Skip to content

Commit 4f0408d

Browse files
committed
Review edits of miscellaneous.rst
1 parent f7e840a commit 4f0408d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinx/source/miscellaneous.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You might not want to do this all at once so here is a technique that allows you
6060
over a number of releases, without you users having to change *their* code.
6161

6262
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``.
63+
Then take all that Python code an put it in a file, say, ``py_spam.py``.
6464
Now create an empty C Extension calling it, say, ``c_spam``.
6565

6666
Change ``spam.py`` to be merely:

0 commit comments

Comments
 (0)