]> granicus.if.org Git - python/commitdiff
Fix grammar.
authorZachary Ware <zachary.ware@gmail.com>
Fri, 1 Jan 2016 18:22:16 +0000 (12:22 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 1 Jan 2016 18:22:16 +0000 (12:22 -0600)
Reported by Anatoly Techtonik on docs@

Doc/library/ctypes.rst

index adb95959ff03292da52e4927a2d23b898f696fdd..99a2c4dd423746a96b34e983fb8d84a5f797de9a 100644 (file)
@@ -1348,7 +1348,7 @@ module instead of using :func:`find_library` to locate the library at runtime.
 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: