summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Willmer <alex@moreati.org.uk>2015-08-21 12:06:05 +0000
committerAlex Willmer <alex@moreati.org.uk>2015-08-21 12:06:05 +0000
commitd5b5c4ad818ad27f5c0f6945a528243506d290dc (patch)
treed5841731334565c1badac9c2238410474d65ff4f
parenta69e79dee3b8cb8640365f88ab8de628ed420b21 (diff)
downloadsix-moreati/clarify-wording-of-u-vs-u-for-python-3-1440158751679.tar.gz
Clarify wording of u'' vs u() for Python 3moreati/clarify-wording-of-u-vs-u-for-python-3-1440158751679
-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::