summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libparser.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-01-22 14:25:21 (GMT)
committerFred Drake <fdrake@acm.org>1997-01-22 14:25:21 (GMT)
commit43d287ad7383d3194153b6dba96912437fc6ba17 (patch)
tree811188c6481261feaef3690711def55c3fd4bd0e /Doc/lib/libparser.tex
parentc1ef39f7955215aee0c411257a15b4d4d4fefba1 (diff)
downloadcpython-43d287ad7383d3194153b6dba96912437fc6ba17.zip
cpython-43d287ad7383d3194153b6dba96912437fc6ba17.tar.gz
cpython-43d287ad7383d3194153b6dba96912437fc6ba17.tar.bz2
(libparser.tex): Fix typo found by Mark Hammond.
Diffstat (limited to 'Doc/lib/libparser.tex')
-rw-r--r--Doc/lib/libparser.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex
index e85ca72..a51b01b 100644
--- a/Doc/lib/libparser.tex
+++ b/Doc/lib/libparser.tex
@@ -555,7 +555,7 @@ Hence, most of the functionality of the public classes can be
implemented in a common base class, \code{SuiteInfoBase}, with the
accessors for function and method information provided elsewhere.
Note that there is only one class which represents function and method
-information; this paralels the use of the \code{def} statement to
+information; this parallels the use of the \code{def} statement to
define both types of elements.
Most of the accessor functions are declared in \code{SuiteInfoBase}