mirror of
https://github.com/python/cpython.git
synced 2025-08-25 11:15:02 +00:00
ACK! There was still an unescaped newline in a docstring.
This commit is contained in:
parent
35f7542e83
commit
fc6aba5008
1 changed files with 1 additions and 1 deletions
|
@ -1065,7 +1065,7 @@ array_tolist(self, args)
|
|||
}
|
||||
|
||||
static char tolist_doc [] =
|
||||
"tolist() -> list
|
||||
"tolist() -> list\n\
|
||||
\n\
|
||||
Convert array to an ordinary list with the same items.";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue