Skip to content

Commit 27af529

Browse files
committed
Fix line highlight
1 parent ae85969 commit 27af529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/extending/first-extension-module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Add a :c:data:`Py_mod_methods` slot to your a :c:type:`PyMethodDef` array:
315315
.. literalinclude:: ../includes/capi-extension/spammodule-01.c
316316
:start-after: /// Module slot table
317317
:end-before: ///
318-
:emphasize-lines: 6
318+
:emphasize-lines: 5
319319

320320
Recompile your extension again, and test it.
321321
Be sure to restart the Python interpreter, so that ``import spam`` picks

0 commit comments

Comments
 (0)