Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295fb43 commit abfd7d6Copy full SHA for abfd7d6
1 file changed
Doc/ext/ext.tex
@@ -244,7 +244,7 @@ \section{Intermezzo: Errors and Exceptions
244
245
The choice of which exception to raise is entirely yours. There are
246
predeclared C objects corresponding to all built-in Python exceptions,
247
-e.g. \cdata{PyExc_ZeroDivisionError} which you can use directly. Of
+e.g.\ \cdata{PyExc_ZeroDivisionError}, which you can use directly. Of
248
course, you should choose exceptions wisely --- don't use
249
\cdata{PyExc_TypeError} to mean that a file couldn't be opened (that
250
should probably be \cdata{PyExc_IOError}). If something's wrong with
0 commit comments