[Python-checkins] cpython (merge 3.3 -> default): Issue #18026: merge

ned.deily python-checkins at python.org
Mon May 20 23:33:48 CEST 2013


http://hg.python.org/cpython/rev/1f388bbc8917
changeset:   83871:1f388bbc8917
parent:      83868:e392f1b88fff
parent:      83870:cac83b62b0de
user:        Ned Deily <nad at acm.org>
date:        Mon May 20 14:32:06 2013 -0700
summary:
  Issue #18026: merge

files:
  Doc/library/ctypes.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -1274,7 +1274,7 @@
 like ``find_library("c")`` will fail and return ``None``.
 
 If wrapping a shared library with :mod:`ctypes`, it *may* be better to determine
-the shared library name at development type, and hardcode that into the wrapper
+the shared library name at development time, and hardcode that into the wrapper
 module instead of using :func:`find_library` to locate the library at runtime.
 
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list