Skip to content

Commit 7da37e0

Browse files
author
nnorwitz
committed
get_completer() takes no args
git-svn-id: http://svn.python.org/projects/python/trunk@31664 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 3255911 commit 7da37e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/readline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ It should return the next possible completion starting with 'text'.");
349349

350350

351351
static PyObject *
352-
get_completer(PyObject *self, PyObject *args)
352+
get_completer(PyObject *self, PyObject *noargs)
353353
{
354354
if (completer == NULL) {
355355
Py_INCREF(Py_None);

0 commit comments

Comments
 (0)