Skip to content

Commit d9728de

Browse files
committed
Remove comment that might be misleading
1 parent 29f1690 commit d9728de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Modules/xxlimited.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ Xxo_get_data(PyObject *self)
157157
}
158158

159159
// Xxo initialization
160-
// This is the implementation of Xxo.__new__; it takes arbitrary positional
161-
// and keyword arguments.
160+
// This is the implementation of Xxo.__new__
162161
static PyObject *
163162
Xxo_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)
164163
{

0 commit comments

Comments
 (0)