From a0fcf502dfef079c6dabd595f6d159be14dea299 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Fri, 26 May 2006 12:01:44 +0000 Subject: [PATCH] Typo fixes --- Doc/lib/libstdtypes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 896f53f94a..798585ae69 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -728,7 +728,7 @@ a prefix; rather, all combinations of its values are stripped: \end{methoddesc} \begin{methoddesc}[string]{partition}{sep} -Splits the string at the first occurence of \var{sep}, and return +Split the string at the first occurrence of \var{sep}, and return a 3-tuple containing the part before the separator, the separator itself, and the part after the separator. If the separator is not found, return a 3-tuple containing the string itself, followed by -- 2.40.0