From fa45a0e3d2d08209f85c4bf15877510f04bcc23e Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Fri, 1 Jan 2016 12:22:16 -0600 Subject: [PATCH] Fix grammar. Reported by Anatoly Techtonik on docs@ --- Doc/library/ctypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index adb95959ff0..99a2c4dd423 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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: