Commit 48dbdf8e authored by Stefan Behnel's avatar Stefan Behnel

docs: Fix a typo.

parent ef90eded
......@@ -89,7 +89,7 @@ subclassing your extension type, you may find it useful to give the
:meth:`__cinit__` method `*` and `**` arguments so that it can accept and
ignore arbitrary extra arguments, since the arguments that are passed through
the hierarchy during allocation cannot be changed by subclasses.
Alternatively, as a convenience, if you declare your :meth:`__cinit__`` method
Alternatively, as a convenience, if you declare your :meth:`__cinit__` method
to take no arguments (other than self) it will simply ignore any extra arguments
passed to the constructor without complaining about the signature mismatch.
......
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