We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc78288 commit c3ab022Copy full SHA for c3ab022
Doc/extending/extending.rst
@@ -364,7 +364,7 @@ macro)::
364
return Py_None;
365
366
:c:data:`Py_None` is the C name for the special Python object ``None``. It is a
367
-genuine Python object rather than a ``NULL`` pointer, which means "SpamError" in most
+genuine Python object rather than a ``NULL`` pointer, which means "error" in most
368
contexts, as we have seen.
369
370
0 commit comments