summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcode.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libcode.tex')
-rw-r--r--Doc/lib/libcode.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcode.tex b/Doc/lib/libcode.tex
index 4b66394..0566768 100644
--- a/Doc/lib/libcode.tex
+++ b/Doc/lib/libcode.tex
@@ -103,7 +103,7 @@ The return value can be used to decide whether to use
Execute a code object.
When an exception occurs, \method{showtraceback()} is called to
display a traceback. All exceptions are caught except
-\exception{SystemExit}, which is allowed to propogate.
+\exception{SystemExit}, which is allowed to propagate.
A note about \exception{KeyboardInterrupt}: this exception may occur
elsewhere in this code, and may not always be caught. The caller