From: Fred Drake Date: Tue, 16 Feb 1999 17:34:51 +0000 (+0000) Subject: Small grammatical fix; missing comma. X-Git-Tag: v1.5.2b2~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abfd7d6701e092da7955432dd1b48a99a2cdc1cb;p=python Small grammatical fix; missing comma. --- diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 93f8232098..1ae0421f3a 100644 --- a/Doc/ext/ext.tex +++ b/Doc/ext/ext.tex @@ -244,7 +244,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_ZeroDivisionError} 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