summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-06-12 09:52:57 +0300
committerVille Skyttä <ville.skytta@iki.fi>2016-06-12 09:52:57 +0300
commit38544afa7d4c22446a12755f4194a639bd0fb8ca (patch)
tree107d77d99582502cc8ea9830c805610d6231bc84 /documentation
parent56121ef9ef4591dcf706a90cbf868950c5b28542 (diff)
downloadsix-git-38544afa7d4c22446a12755f4194a639bd0fb8ca.tar.gz
Drop duplicate b() in note about it and Python >= 2.6
Diffstat (limited to 'documentation')
-rw-r--r--documentation/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index 26d57ca..18e8342 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -376,7 +376,7 @@ string data in all Python versions.
.. note::
Since all Python versions 2.6 and after support the ``b`` prefix,
- :func:`b`, code without 2.5 support doesn't need :func:`b`.
+ code without 2.5 support doesn't need :func:`b`.
.. function:: u(text)