Consistent quotes for "six" in pep 0414
This commit is contained in:
parent
924fc7c97f
commit
0588c41b39
|
@ -202,7 +202,7 @@ Runtime Overhead of Wrappers
|
||||||
============================
|
============================
|
||||||
|
|
||||||
I did some basic timings on the performance of a ``u()`` wrapper function
|
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::
|
follows::
|
||||||
|
|
||||||
if sys.version_info >= (3, 0):
|
if sys.version_info >= (3, 0):
|
||||||
|
|
Loading…
Reference in New Issue