diff options
author | Guido van Rossum <guido@python.org> | 1997-06-02 17:30:20 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-06-02 17:30:20 (GMT) |
commit | 0fa066b72e4ff3eccb8ecacf51bebe971d708b5a (patch) | |
tree | 12d39e64f21c35e2ef29ba2a43798f32095652aa /Doc | |
parent | 067a2acdf69d11893e0164ebeac8436c67464b2a (diff) | |
download | cpython-0fa066b72e4ff3eccb8ecacf51bebe971d708b5a.zip cpython-0fa066b72e4ff3eccb8ecacf51bebe971d708b5a.tar.gz cpython-0fa066b72e4ff3eccb8ecacf51bebe971d708b5a.tar.bz2 |
Grammar (AMK).
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libstring.tex | 2 | ||||
-rw-r--r-- | Doc/libstring.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index ccbb105..7b91717 100644 --- a/Doc/lib/libstring.tex +++ b/Doc/lib/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} 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} |