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

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


https://hg.python.org/cpython/rev/2727211587f2
changeset:   99747:2727211587f2
branch:      3.5
parent:      99743:391a6b323c5e
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
@@ -1291,7 +1291,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