summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-08-21 23:10:40 -0700
committerBenjamin Peterson <benjamin@python.org>2015-08-21 23:10:40 -0700
commitfb3587829b19e2f3961a3d39a2d93b4a13d4488f (patch)
treed5841731334565c1badac9c2238410474d65ff4f
parenta69e79dee3b8cb8640365f88ab8de628ed420b21 (diff)
parentd5b5c4ad818ad27f5c0f6945a528243506d290dc (diff)
downloadsix-fb3587829b19e2f3961a3d39a2d93b4a13d4488f.tar.gz
Merged in moreati/six/moreati/clarify-wording-of-u-vs-u-for-python-3-1440158751679 (pull request #68)
Clarify wording of u'' vs u() for Python 3
-rw-r--r--documentation/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index 05f95e5..1391bac 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -390,7 +390,7 @@ string data in all Python versions.
.. note::
In Python 3.3, the ``u`` prefix has been reintroduced. Code that only
- supports Python 3 versions greater than 3.3 thus does not need
+ supports Python 3 versions of 3.3 and higher thus does not need
:func:`u`.
.. note::