]> granicus.if.org Git - python/commitdiff
Typo fixes
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 26 May 2006 12:01:44 +0000 (12:01 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 26 May 2006 12:01:44 +0000 (12:01 +0000)
Doc/lib/libstdtypes.tex

index 896f53f94a54e45c005c8979d89f935e17833a36..798585ae6962197adcfb7cb29de297d2420b3a74 100644 (file)
@@ -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