summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsys.tex
diff options
context:
space:
mode:
authorJohannes Gijsbers <jlg@dds.nl>2004-09-11 16:50:06 (GMT)
committerJohannes Gijsbers <jlg@dds.nl>2004-09-11 16:50:06 (GMT)
commitd345225ae51874b036662e4d1ed0f3f25257661e (patch)
tree721ddd44c37bf8871d53d118b7ef8f83a8d0d228 /Doc/lib/libsys.tex
parent7a8c43ee6a1f9c50bec8cc5234eff8b1d5e61088 (diff)
downloadcpython-d345225ae51874b036662e4d1ed0f3f25257661e.zip
cpython-d345225ae51874b036662e4d1ed0f3f25257661e.tar.gz
cpython-d345225ae51874b036662e4d1ed0f3f25257661e.tar.bz2
Patch #1026384: fix two common typo's:
- accomodate -> accommodate - occured -> occurred Thanks George Yoshida!
Diffstat (limited to 'Doc/lib/libsys.tex')
-rw-r--r--Doc/lib/libsys.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex
index a3971b6..1481db1 100644
--- a/Doc/lib/libsys.tex
+++ b/Doc/lib/libsys.tex
@@ -122,7 +122,7 @@ It is always available.
\begin{funcdesc}{exc_clear}{}
This function clears all information relating to the current or last
- exception that occured in the current thread. After calling this
+ exception that occurred in the current thread. After calling this
function, \function{exc_info()} will return three \code{None} values until
another exception is raised in the current thread or the execution stack
returns to a frame where another exception is being handled.