summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-10-21 01:38:47 +0200
committerAndreas Rumpf <rumpf_a@web.de>2016-10-21 01:38:47 +0200
commitb3ef424b9ca80625ec2752a8074a72591a65faf2 (patch)
treea58ddecd2928dfb176c6758c5c00d18e38ea5025 /doc
parentd4e766c8dca5ebe6a11f8f60b93c8126166fbfc0 (diff)
downloadNim-b3ef424b9ca80625ec2752a8074a72591a65faf2.tar.gz
fixes #3485
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/exceptions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/exceptions.txt b/doc/manual/exceptions.txt
index d06c13df4..0f1240a4a 100644
--- a/doc/manual/exceptions.txt
+++ b/doc/manual/exceptions.txt
@@ -147,7 +147,7 @@ the ``raise`` statement is the only way to raise an exception.
 If no exception name is given, the current exception is `re-raised`:idx:. The
 `ReraiseError`:idx: exception is raised if there is no exception to
 re-raise. It follows that the ``raise`` statement *always* raises an
-exception (unless a raise hook has been provided).
+exception.
 
 
 Exception hierarchy