summaryrefslogtreecommitdiff
path: root/Doc/library/ctypes.rst
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
commitfa45a0e3d2d08209f85c4bf15877510f04bcc23e (patch)
tree6236eef89fb484d419faa84ddde00bfb0aeb32f1 /Doc/library/ctypes.rst
parentf30bad284b0949c4aa03d9e0c9b631732092d991 (diff)
downloadcpython-git-fa45a0e3d2d08209f85c4bf15877510f04bcc23e.tar.gz
Fix grammar.
Reported by Anatoly Techtonik on docs@
Diffstat (limited to 'Doc/library/ctypes.rst')
-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 adb95959ff..99a2c4dd42 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: