summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChris Gagnon <robotfuel@robotfuel.com>2014-05-27 12:03:11 -0400
committerChris Gagnon <robotfuel@robotfuel.com>2014-05-27 12:03:11 -0400
commitea46ad90f6235b6db80184e6255c95f9d75f8218 (patch)
tree9db7c5538d4a55064d562dd5256e277fc43e7632 /doc
parent05478d4a1c8f97d1b86cbd26e1730a4b57f980d6 (diff)
downloadtesttools-ea46ad90f6235b6db80184e6255c95f9d75f8218.tar.gz
abandoned pull request revived to comply with comments in review
Diffstat (limited to 'doc')
-rw-r--r--doc/for-test-authors.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/for-test-authors.rst b/doc/for-test-authors.rst
index 1016759..938e5aa 100644
--- a/doc/for-test-authors.rst
+++ b/doc/for-test-authors.rst
@@ -292,8 +292,7 @@ Which is roughly equivalent to::
------------------------
In addition to ``self.assertThat``, testtools also provides the ``assert_that``
-function in ``testtools.assertions`` (which is what ``self.assertThat`` backs
-on to internally). This behaves as the method version does::
+function in ``testtools.assertions`` This behaves like the method version does::
class TestSquare(TestCase):