summaryrefslogtreecommitdiffstats
path: root/Doc/libstring.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-06-02 17:30:20 (GMT)
committerGuido van Rossum <guido@python.org>1997-06-02 17:30:20 (GMT)
commit0fa066b72e4ff3eccb8ecacf51bebe971d708b5a (patch)
tree12d39e64f21c35e2ef29ba2a43798f32095652aa /Doc/libstring.tex
parent067a2acdf69d11893e0164ebeac8436c67464b2a (diff)
downloadcpython-0fa066b72e4ff3eccb8ecacf51bebe971d708b5a.zip
cpython-0fa066b72e4ff3eccb8ecacf51bebe971d708b5a.tar.gz
cpython-0fa066b72e4ff3eccb8ecacf51bebe971d708b5a.tar.bz2
Grammar (AMK).
Diffstat (limited to 'Doc/libstring.tex')
-rw-r--r--Doc/libstring.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libstring.tex b/Doc/libstring.tex
index ccbb105..7b91717 100644
--- a/Doc/libstring.tex
+++ b/Doc/libstring.tex
@@ -168,7 +168,7 @@ regular expression as the separator.)
\end{funcdesc}
\begin{funcdesc}{splitfields}{s\optional{\, sep\optional{\, maxsplit}}}
-This function behaves identical to \code{split}. (In the past,
+This function behaves identically to \code{split}. (In the past,
\code{split} was only used with one argument, while \code{splitfields}
was only used with two arguments.)
\end{funcdesc}