[Python-checkins] cpython (2.7): Fix grammar.

zach.ware python-checkins at python.org
Fri Jan 1 13:24:21 EST 2016


https://hg.python.org/cpython/rev/25b485deb67a
changeset:   99746:25b485deb67a
branch:      2.7
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Jan 01 12:22:16 2016 -0600
summary:
  Fix grammar.

Reported by Anatoly Techtonik on docs@

files:
  Doc/library/ctypes.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -1348,7 +1348,7 @@
 Loading shared libraries
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
-There are several ways to loaded shared libraries into the Python process.  One
+There are several ways to load shared libraries into the Python process.  One
 way is to instantiate one of the following classes:
 
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list