Small grammatical fix; missing comma.

This commit is contained in:
Fred Drake 1999-02-16 17:34:51 +00:00
parent 295fb434ed
commit abfd7d6701

View file

@ -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