From: Zachary Ware Date: Fri, 1 Jan 2016 18:22:16 +0000 (-0600) Subject: Fix grammar. X-Git-Tag: v3.6.0a1~832^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46a78bc92c3d6454e83551753d129417c33f3086;p=python Fix grammar. Reported by Anatoly Techtonik on docs@ --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 630d279174..b72bdb4aba 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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: