]> granicus.if.org Git - python/commitdiff
Fix markup glitch.
authorGeorg Brandl <georg@python.org>
Thu, 1 Nov 2007 20:37:02 +0000 (20:37 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 1 Nov 2007 20:37:02 +0000 (20:37 +0000)
Doc/library/stdtypes.rst

index a191ab4e00643d585fc1ea61171e68b57b3be453..2a6a973750c6f4d24400d8fa09b727a744f31405 100644 (file)
@@ -938,7 +938,7 @@ string functions based on regular expressions.
    specified, then there is no limit on the number of splits (all possible
    splits are made).
 
-   If *sep is given, consecutive delimiters are not grouped together and are
+   If *sep* is given, consecutive delimiters are not grouped together and are
    deemed to delimit empty strings (for example, ``'1,,2'.split(',')`` returns
    ``['1', '', '2']``).  The *sep* argument may consist of multiple characters
    (for example, ``'1<>2<>3'.split('<>')`` returns ``['1', '2', '3']``).