Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abfd7d6

Browse files
committed
Small grammatical fix; missing comma.
1 parent 295fb43 commit abfd7d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ext/ext.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ \section{Intermezzo: Errors and Exceptions
244244

245245
The choice of which exception to raise is entirely yours. There are
246246
predeclared C objects corresponding to all built-in Python exceptions,
247-
e.g. \cdata{PyExc_ZeroDivisionError} which you can use directly. Of
247+
e.g.\ \cdata{PyExc_ZeroDivisionError}, which you can use directly. Of
248248
course, you should choose exceptions wisely --- don't use
249249
\cdata{PyExc_TypeError} to mean that a file couldn't be opened (that
250250
should probably be \cdata{PyExc_IOError}). If something's wrong with

0 commit comments

Comments
 (0)