]> granicus.if.org Git - python/commitdiff
#4399: fix typo.
authorGeorg Brandl <georg@python.org>
Sun, 23 Nov 2008 21:57:30 +0000 (21:57 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 23 Nov 2008 21:57:30 +0000 (21:57 +0000)
Doc/library/ctypes.rst

index 8e920f8056d5a839f2d179084f3d5968da3f760c..0e3733295ff0c1846cd40cbd05f5dac0e78698d1 100644 (file)
@@ -1370,7 +1370,7 @@ function exported by these libraries, and reacquired afterwards.
 
 All these classes can be instantiated by calling them with at least one
 argument, the pathname of the shared library.  If you have an existing handle to
-an already loaded shard library, it can be passed as the ``handle`` named
+an already loaded shared library, it can be passed as the ``handle`` named
 parameter, otherwise the underlying platforms ``dlopen`` or :meth:`LoadLibrary`
 function is used to load the library into the process, and to get a handle to
 it.