[Python-checkins] devguide: Fix typo.

georg.brandl python-checkins at python.org
Fri Jan 13 22:15:05 CET 2012


http://hg.python.org/devguide/rev/de5ddb1c61b3
changeset:   478:de5ddb1c61b3
user:        Georg Brandl <georg at python.org>
date:        Fri Jan 13 22:15:05 2012 +0100
summary:
  Fix typo.

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


diff --git a/patch.rst b/patch.rst
--- a/patch.rst
+++ b/patch.rst
@@ -70,7 +70,7 @@
 
 First, make sure to follow Python's style guidelines. For Python code you
 should follow :PEP:`8`, and for C code you should follow :PEP:`7`. If you have
-one or two discrepencies those can be fixed by the core developer who commits
+one or two discrepancies those can be fixed by the core developer who commits
 your patch. But if you have systematic deviations from the style guides your
 patch will be put on hold until you fix the formatting issues.
 

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


More information about the Python-checkins mailing list