commit | fa45a0e3d2d08209f85c4bf15877510f04bcc23e | [log] [tgz] |
---|---|---|
author | Zachary Ware <zachary.ware@gmail.com> | Fri Jan 01 12:22:16 2016 -0600 |
committer | Zachary Ware <zachary.ware@gmail.com> | Fri Jan 01 12:22:16 2016 -0600 |
tree | 6236eef89fb484d419faa84ddde00bfb0aeb32f1 | |
parent | f30bad284b0949c4aa03d9e0c9b631732092d991 [diff] |
Fix grammar. Reported by Anatoly Techtonik on docs@
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index adb9595..99a2c4d 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst
@@ -1348,7 +1348,7 @@ 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: