mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Correct bug doc string (discovered by Berthold Hoellmann):
get_line_buffer() does not take an optional argument.
This commit is contained in:
parent
0bd5433cf8
commit
a88c5f30c7
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ get_line_buffer(self, args)
|
|||
}
|
||||
|
||||
static char doc_get_line_buffer[] = "\
|
||||
get_line_buffer([function]) -> string\n\
|
||||
get_line_buffer() -> string\n\
|
||||
return the current contents of the line buffer.\
|
||||
";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue