summaryrefslogtreecommitdiff
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
commit4ae2a19acbffd8e1bcb43d39a524154f2552d09e (patch)
tree107d77d99582502cc8ea9830c805610d6231bc84
parent53fe915ed92353da4ca16405994452acf8782126 (diff)
downloadsix-4ae2a19acbffd8e1bcb43d39a524154f2552d09e.tar.gz
Drop duplicate b() in note about it and Python >= 2.6
-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)