We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e840a commit 4f0408dCopy full SHA for 4f0408d
doc/sphinx/source/miscellaneous.rst
@@ -60,7 +60,7 @@ You might not want to do this all at once so here is a technique that allows you
60
over a number of releases, without you users having to change *their* code.
61
62
Suppose you have a bunch of functions and classes in a Python module ``spam.py``.
63
-Then take all that code an put it in a file, say, ``py_spam.py``.
+Then take all that Python code an put it in a file, say, ``py_spam.py``.
64
Now create an empty C Extension calling it, say, ``c_spam``.
65
66
Change ``spam.py`` to be merely:
0 commit comments