Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8250cb70
Commit
8250cb70
authored
Dec 30, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix truly evil markup typo
parent
3d95b70b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/lib/libstring.tex
Doc/lib/libstring.tex
+1
-1
No files found.
Doc/lib/libstring.tex
View file @
8250cb70
...
...
@@ -221,7 +221,7 @@ The functions defined in this module are:
words is the same as returned by
\function
{
split()
}
, except when the
optional third argument
\var
{
maxsplit
}
is explicitly specified and
nonzero. When
\var
{
maxsplit
}
is nonzero, at most
\var
{
maxsplit
}
number of splits -- the
\em
{
rightmost
}
ones -- occur, and the remainder
number of splits -- the
\em
ph
{
rightmost
}
ones -- occur, and the remainder
of the string is returned as the first element of the list (thus, the
list will have at most
\code
{
\var
{
maxsplit
}
+1
}
elements).
\versionadded
{
2.4
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment