summaryrefslogtreecommitdiffstats
path: root/Doc/api
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2003-02-10 19:12:42 (GMT)
committerMichael W. Hudson <mwh@python.net>2003-02-10 19:12:42 (GMT)
commitbbe17f50ebd096f63daad7cbf6571d0305165f57 (patch)
tree4429b983898f99dc30667a63a94fc6e5895c1881 /Doc/api
parent4f046e2e2172d78245af2840f19fc562146b7c0e (diff)
downloadcpython-bbe17f50ebd096f63daad7cbf6571d0305165f57.zip
cpython-bbe17f50ebd096f63daad7cbf6571d0305165f57.tar.gz
cpython-bbe17f50ebd096f63daad7cbf6571d0305165f57.tar.bz2
A typo, and desist from inaccurately describing some things as lists.
Diffstat (limited to 'Doc/api')
-rw-r--r--Doc/api/init.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/api/init.tex b/Doc/api/init.tex
index f748c31..663c2fe 100644
--- a/Doc/api/init.tex
+++ b/Doc/api/init.tex
@@ -58,9 +58,9 @@
allocated by the Python interpreter may not be freed (if you find a
leak, please report it). Memory tied up in circular references
between objects is not freed. Some memory allocated by extension
- modules may not be freed. Some extension may not work properly if
+ modules may not be freed. Some extensions may not work properly if
their initialization routine is called more than once; this can
- happen if an applcation calls \cfunction{Py_Initialize()} and
+ happen if an application calls \cfunction{Py_Initialize()} and
\cfunction{Py_Finalize()} more than once.
\end{cfuncdesc}
@@ -256,7 +256,7 @@
Python version; the first three characters are the major and minor
version separated by a period. The returned string points into
static storage; the caller should not modify its value. The value
- is available to Python code as the list \code{sys.version}.
+ is available to Python code as \code{sys.version}.
\withsubitem{(in module sys)}{\ttindex{version}}
\end{cfuncdesc}
@@ -279,8 +279,8 @@
\code{'Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam'}
The returned string points into static storage; the caller should
- not modify its value. The value is available to Python code as the
- list \code{sys.copyright}.
+ not modify its value. The value is available to Python code as
+ \code{sys.copyright}.
\withsubitem{(in module sys)}{\ttindex{copyright}}
\end{cfuncdesc}