mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Fix a small typo in docstring
This commit is contained in:
parent
0381f48936
commit
2a1fd05971
1 changed files with 1 additions and 1 deletions
|
@ -7680,7 +7680,7 @@ unicode_rsplit(PyUnicodeObject *self, PyObject *args)
|
|||
}
|
||||
|
||||
PyDoc_STRVAR(splitlines__doc__,
|
||||
"S.splitlines([keepends]]) -> list of strings\n\
|
||||
"S.splitlines([keepends]) -> list of strings\n\
|
||||
\n\
|
||||
Return a list of the lines in S, breaking at line boundaries.\n\
|
||||
Line breaks are not included in the resulting list unless keepends\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue