summaryrefslogtreecommitdiff
path: root/documentation/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/index.rst')
-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::