]> granicus.if.org Git - python/commitdiff
"ZeroDevisionError" --> "ZeroDivisionError"
authorFred Drake <fdrake@acm.org>
Mon, 13 Apr 1998 00:50:04 +0000 (00:50 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 13 Apr 1998 00:50:04 +0000 (00:50 +0000)
Thanks, AMK!

Doc/ext.tex
Doc/ext/ext.tex

index fc56a80323d4decfb66743aec616efd03f8acafc..01d2428a35c4f15e058fad590010d4f4b752f14d 100644 (file)
@@ -240,7 +240,7 @@ you have already created) when you return an error indicator!
 
 The choice of which exception to raise is entirely yours.  There are
 predeclared \C{} objects corresponding to all built-in Python exceptions,
-e.g. \cdata{PyExc_ZeroDevisionError} which you can use directly.  Of
+e.g. \cdata{PyExc_ZeroDivisionError} which you can use directly.  Of
 course, you should choose exceptions wisely --- don't use
 \cdata{PyExc_TypeError} to mean that a file couldn't be opened (that
 should probably be \cdata{PyExc_IOError}).  If something's wrong with
index fc56a80323d4decfb66743aec616efd03f8acafc..01d2428a35c4f15e058fad590010d4f4b752f14d 100644 (file)
@@ -240,7 +240,7 @@ you have already created) when you return an error indicator!
 
 The choice of which exception to raise is entirely yours.  There are
 predeclared \C{} objects corresponding to all built-in Python exceptions,
-e.g. \cdata{PyExc_ZeroDevisionError} which you can use directly.  Of
+e.g. \cdata{PyExc_ZeroDivisionError} which you can use directly.  Of
 course, you should choose exceptions wisely --- don't use
 \cdata{PyExc_TypeError} to mean that a file couldn't be opened (that
 should probably be \cdata{PyExc_IOError}).  If something's wrong with