Kaydet (Commit) a88c5f30 authored tarafından Guido van Rossum's avatar Guido van Rossum

Correct bug doc string (discovered by Berthold Hoellmann):

get_line_buffer() does not take an optional argument.
üst 0bd5433c
......@@ -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.\
";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment