Skip to content

Commit 0d91185

Browse files
encukouStanFromIrelandmerwok
authored
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Éric <merwok@netwok.org>
1 parent 4c61bf4 commit 0d91185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/extending/first-extension-module.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ and test incremental changes as you follow the rest of the text.
115115

116116
.. note::
117117

118-
Using a third-party build tool is heavily recommended, as in will take
118+
Using a third-party build tool is heavily recommended, as it will take
119119
care of various details of your platform and Python installation,
120120
of naming the resulting extension, and, later, of distributing your work.
121121

@@ -382,7 +382,7 @@ from a C ``int`` values: :c:func:`PyLong_FromLong`. [#why-pylongfromlong]_
382382

383383
To call it, replace the ``Py_RETURN_NONE`` with the following 3 lines:
384384

385-
.. this could be a one-liner, but we want to how the data types here.
385+
.. this could be a one-liner, but we want to show the data types here
386386
387387
.. code-block:: c
388388
:emphasize-lines: 4-6

0 commit comments

Comments
 (0)