summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-02 09:30:30 -0600
committerBenjamin Peterson <benjamin@python.org>2015-01-02 09:30:30 -0600
commit3acb0acc6d7fc03f53fd8568ececb0db5b56a436 (patch)
treed8338724e4d7beaf75239f0a45ec108926fb00db
parentba9a72d863d504293de42e4636ea0f805cd4b2af (diff)
downloadsix-3acb0acc6d7fc03f53fd8568ececb0db5b56a436.tar.gz
remove currentmodule directive that is no longer needed
-rw-r--r--documentation/index.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index 806504e..db47905 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -440,8 +440,6 @@ string data in all Python versions.
unittest assertions
>>>>>>>>>>>>>>>>>>>
-.. currentmodule:: six
-
Contains compatibility shims for unittest assertions that have been renamed.
The parameters are the same as their aliases, but you must pass the test method
as the first argument. For example::