]> 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 630d279174f5d25d0e65226c8a75db112003c465..b72bdb4aba6b6589a92bed0da2153446244fb65a 100644 (file)
@@ -1291,7 +1291,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: