Skip to content

Commit 4bfc96b

Browse files
committed
Closes #17725: small grammar fix.
1 parent 917bb8c commit 4bfc96b

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

Doc/extending/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
##################################################
66

77
This document describes how to write modules in C or C++ to extend the Python
8-
interpreter with new modules. Those modules can define new functions but also
9-
new object types and their methods. The document also describes how to embed
10-
the Python interpreter in another application, for use as an extension language.
11-
Finally, it shows how to compile and link extension modules so that they can be
12-
loaded dynamically (at run time) into the interpreter, if the underlying
13-
operating system supports this feature.
8+
interpreter with new modules. Those modules can not only define new functions
9+
but also new object types and their methods. The document also describes how
10+
to embed the Python interpreter in another application, for use as an extension
11+
language. Finally, it shows how to compile and link extension modules so that
12+
they can be loaded dynamically (at run time) into the interpreter, if the
13+
underlying operating system supports this feature.
1414

1515
This document assumes basic knowledge about Python. For an informal
1616
introduction to the language, see :ref:`tutorial-index`. :ref:`reference-index`

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,7 @@ Ionel Simionescu
959959
Kirill Simonov
960960
Nathan Paul Simons
961961
Guilherme Simões
962+
Kyle Simpson
962963
Ravi Sinha
963964
Janne Sinkkonen
964965
Ng Pheng Siong

0 commit comments

Comments
 (0)