[Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5

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


https://hg.python.org/cpython/rev/22f1ddac9cb7
changeset:   99748:22f1ddac9cb7
parent:      99744:eca9896edadd
parent:      99747:2727211587f2
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Jan 01 12:24:12 2016 -0600
summary:
  Merge with 3.5

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