summaryrefslogtreecommitdiffstats
path: root/Doc/api/abstract.tex
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-08-18 13:54:33 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-08-18 13:54:33 (GMT)
commite12b9f63ecf93b51262119d11f85f3c18bad30e3 (patch)
tree10f35cba53931782929b821a91c352575fc98a52 /Doc/api/abstract.tex
parent1e8feed2932cc1e6e820772bde57d42454780da3 (diff)
downloadcpython-e12b9f63ecf93b51262119d11f85f3c18bad30e3.zip
cpython-e12b9f63ecf93b51262119d11f85f3c18bad30e3.tar.gz
cpython-e12b9f63ecf93b51262119d11f85f3c18bad30e3.tar.bz2
Minor edits
Diffstat (limited to 'Doc/api/abstract.tex')
-rw-r--r--Doc/api/abstract.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/abstract.tex b/Doc/api/abstract.tex
index 2ea11d1..1a498b9 100644
--- a/Doc/api/abstract.tex
+++ b/Doc/api/abstract.tex
@@ -6,7 +6,7 @@ numerical types, or all sequence types). When used on object types
for which they do not apply, they will raise a Python exception.
It is not possible to use these functions on objects that are not properly
-initialized, such a list object that has been created by
+initialized, such as a list object that has been created by
\cfunction{PyList_New()}, but whose items have not been set to some
non-\code{NULL} value yet.