Skip to content

Commit c3ab022

Browse files
authored
Correction: "error"
1 parent bc78288 commit c3ab022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/extending/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ macro)::
364364
return Py_None;
365365

366366
: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
367+
genuine Python object rather than a ``NULL`` pointer, which means "error" in most
368368
contexts, as we have seen.
369369

370370

0 commit comments

Comments
 (0)