Consistent quotes for "six" in pep 0414

This commit is contained in:
Armin Ronacher 2012-02-25 19:02:36 +00:00
parent 924fc7c97f
commit 0588c41b39
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ Runtime Overhead of Wrappers
============================
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):