[Python-checkins] devguide: fix typo

benjamin.peterson python-checkins at python.org
Tue Mar 18 03:34:16 CET 2014


http://hg.python.org/devguide/rev/ddc5ace26edd
changeset:   680:ddc5ace26edd
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Mar 17 21:33:59 2014 -0500
summary:
  fix typo

files:
  clang.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/clang.rst b/clang.rst
--- a/clang.rst
+++ b/clang.rst
@@ -307,7 +307,7 @@
 
     fun:_Ios_Fmtflags
 
-As an example with Pyhton 3.4.0, ``audioop.c`` will produce a number of
+As an example with Python 3.4.0, ``audioop.c`` will produce a number of
 findings: ::
 
     ./Modules/audioop.c:422:11: runtime error: left shift of negative value -1

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


More information about the Python-checkins mailing list