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 ae85969 commit 27af529Copy full SHA for 27af529
Doc/extending/first-extension-module.rst
@@ -315,7 +315,7 @@ Add a :c:data:`Py_mod_methods` slot to your a :c:type:`PyMethodDef` array:
315
.. literalinclude:: ../includes/capi-extension/spammodule-01.c
316
:start-after: /// Module slot table
317
:end-before: ///
318
- :emphasize-lines: 6
+ :emphasize-lines: 5
319
320
Recompile your extension again, and test it.
321
Be sure to restart the Python interpreter, so that ``import spam`` picks
0 commit comments