From: Guido van Rossum Date: Mon, 2 Jun 1997 17:30:20 +0000 (+0000) Subject: Grammar (AMK). X-Git-Tag: v1.5a3~395 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fa066b72e4ff3eccb8ecacf51bebe971d708b5a;p=python Grammar (AMK). --- diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index ccbb10556d..7b91717e22 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 ccbb10556d..7b91717e22 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}