[Python-checkins] peps: Fix typo, resea[r]ch

chris.angelico python-checkins at python.org
Fri Apr 15 15:23:43 EDT 2016


https://hg.python.org/peps/rev/d05f70bfbd58
changeset:   6285:d05f70bfbd58
user:        Chris Angelico <rosuav at gmail.com>
date:        Sat Apr 16 05:23:30 2016 +1000
summary:
  Fix typo, resea[r]ch

files:
  pep-0008.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0008.txt b/pep-0008.txt
--- a/pep-0008.txt
+++ b/pep-0008.txt
@@ -254,7 +254,7 @@
 ------------------------------------------------------
 
 For decades the recommended style has been to break after binary
-operators.  However, recent reseach unearthed recommendations by
+operators.  However, recent research unearthed recommendations by
 Donald Knuth to break *before* binary operators, in his writings about
 typesetting [3]_.  Therefore it is permissible to break before or
 after a binary operator, as long as the convention is consistent

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list