From: Fred Drake Date: Wed, 22 Jan 1997 14:25:21 +0000 (+0000) Subject: (libparser.tex): Fix typo found by Mark Hammond. X-Git-Tag: v1.5a1~444 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43d287ad7383d3194153b6dba96912437fc6ba17;p=python (libparser.tex): Fix typo found by Mark Hammond. --- diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex index e85ca72a7e..a51b01b7c0 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} diff --git a/Doc/libparser.tex b/Doc/libparser.tex index e85ca72a7e..a51b01b7c0 100644 --- a/Doc/libparser.tex +++ b/Doc/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}