From abfd7d6701e092da7955432dd1b48a99a2cdc1cb Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 16 Feb 1999 17:34:51 +0000 Subject: Small grammatical fix; missing comma. --- Doc/ext/ext.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 93f8232..1ae0421 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 -- cgit v0.12