diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-01-01 12:24:12 -0600 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-01-01 12:24:12 -0600 |
commit | bdce29b9a475b1fc99ed34be92ced757c745f5af (patch) | |
tree | a784042a146e1d0b7c19e4d45441444fa93f07be | |
parent | 3e47a1337c0faa31ee97830f17fa12b850632811 (diff) | |
parent | 46a78bc92c3d6454e83551753d129417c33f3086 (diff) | |
download | cpython-git-bdce29b9a475b1fc99ed34be92ced757c745f5af.tar.gz |
Merge with 3.5
-rw-r--r-- | Doc/library/ctypes.rst | 2 |
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: |