[Python-checkins] peps: Consistent quotes for "six" in pep 0414

armin.ronacher python-checkins at python.org
Sat Feb 25 20:02:40 CET 2012


http://hg.python.org/peps/rev/606470f2d09a
changeset:   4083:606470f2d09a
user:        Armin Ronacher <armin.ronacher at active-4.com>
date:        Sat Feb 25 19:02:36 2012 +0000
summary:
  Consistent quotes for "six" in pep 0414

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


diff --git a/pep-0414.txt b/pep-0414.txt
--- a/pep-0414.txt
+++ b/pep-0414.txt
@@ -202,7 +202,7 @@
 ============================
 
 I did some basic timings on the performance of a ``u()`` wrapper function
-as used by the `six` library.  The implementation of ``u()`` is as
+as used by the ``six`` library.  The implementation of ``u()`` is as
 follows::
 
     if sys.version_info >= (3, 0):

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


More information about the Python-checkins mailing list