summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-01-01 18:22:16 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-01-01 18:22:16 (GMT)
commit46a78bc92c3d6454e83551753d129417c33f3086 (patch)
tree0202f86fced209430d64ceaf8f4bd12f470f69cc /Doc
parent4e3dd513966d7cc2e03d97832e2fe22108b31e39 (diff)
downloadcpython-46a78bc92c3d6454e83551753d129417c33f3086.zip
cpython-46a78bc92c3d6454e83551753d129417c33f3086.tar.gz
cpython-46a78bc92c3d6454e83551753d129417c33f3086.tar.bz2
Fix grammar.
Reported by Anatoly Techtonik on docs@
Diffstat (limited to 'Doc')
-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 630d279..b72bdb4 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: