summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-01-01 12:22:16 -0600
committerZachary Ware <zachary.ware@gmail.com>2016-01-01 12:22:16 -0600
commit46a78bc92c3d6454e83551753d129417c33f3086 (patch)
tree0202f86fced209430d64ceaf8f4bd12f470f69cc
parent4e3dd513966d7cc2e03d97832e2fe22108b31e39 (diff)
downloadcpython-git-46a78bc92c3d6454e83551753d129417c33f3086.tar.gz
Fix grammar.
Reported by Anatoly Techtonik on docs@
-rw-r--r--Doc/library/ctypes.rst2
1 files changed, 1 insertions, 1 deletions
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: