# HG changeset patch # User Kyle Simpson # Date 1365925613 -36000 # Node ID 280474ba6d302ee46d3ef15dac4a7e1f5ba3ce3b # Parent c2e913424a4a3ffebf034717159d922bf1e1fe57 Issue #17725: Fix English mistake in docs. diff -r c2e913424a4a -r 280474ba6d30 Doc/extending/index.rst --- a/Doc/extending/index.rst Sat Apr 13 20:59:03 2013 -0500 +++ b/Doc/extending/index.rst Sun Apr 14 17:46:53 2013 +1000 @@ -5,12 +5,12 @@ ################################################## This document describes how to write modules in C or C++ to extend the Python -interpreter with new modules. Those modules can define new functions but also -new object types and their methods. The document also describes how to embed -the Python interpreter in another application, for use as an extension language. -Finally, it shows how to compile and link extension modules so that they can be -loaded dynamically (at run time) into the interpreter, if the underlying -operating system supports this feature. +interpreter with new modules. Those modules can not only define new functions +but also new object types and their methods. The document also describes how +to embed the Python interpreter in another application, for use as an extension +language. Finally, it shows how to compile and link extension modules so that +they can be loaded dynamically (at run time) into the interpreter, if the +underlying operating system supports this feature. This document assumes basic knowledge about Python. For an informal introduction to the language, see :ref:`tutorial-index`. :ref:`reference-index` diff -r c2e913424a4a -r 280474ba6d30 Misc/ACKS --- a/Misc/ACKS Sat Apr 13 20:59:03 2013 -0500 +++ b/Misc/ACKS Sun Apr 14 17:46:53 2013 +1000 @@ -1142,6 +1142,7 @@ Kirill Simonov Nathan Paul Simons Adam Simpkins +Kyle Simpson Ravi Sinha Janne Sinkkonen Ng Pheng Siong