From a88c5f30c75021433d2a55704a9d6ca9676d09c6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 20 May 1998 15:50:56 +0000 Subject: Correct bug doc string (discovered by Berthold Hoellmann): get_line_buffer() does not take an optional argument. --- Modules/readline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/readline.c b/Modules/readline.c index 594732b..79b8870 100644 --- a/Modules/readline.c +++ b/Modules/readline.c @@ -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.\ "; -- cgit v0.12