Made numberered lists with full numbers for clarity when reading sources. See #724.
This commit is contained in:
parent
78ca2819b2
commit
3f1a887841
3 changed files with 11 additions and 10 deletions
|
|
@ -738,6 +738,7 @@ class ANSIString(unicode):
|
|||
def partition(self, sep, reverse=False):
|
||||
"""
|
||||
Similar to split, but always creates a tuple with three items:
|
||||
|
||||
1. The part before the separator
|
||||
2. The separator itself.
|
||||
3. The part after.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue