summaryrefslogtreecommitdiff
path: root/docs/topics/testing
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-06-05 12:55:50 -0400
committerTim Graham <timograham@gmail.com>2013-06-05 12:55:58 -0400
commitbb863faecd3e1d785933bce7cef7e4b4b28dc3d5 (patch)
tree769fb784a0b9c62524e4f4674b5738a5d8098c2a /docs/topics/testing
parentb00c6371afab778ab6c6206fb2dbb3f2c7f750b4 (diff)
Proofed the 1.6 release notes
Diffstat (limited to 'docs/topics/testing')
-rw-r--r--docs/topics/testing/overview.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt
index d81b171a49..2b1db5e501 100644
--- a/docs/topics/testing/overview.txt
+++ b/docs/topics/testing/overview.txt
@@ -953,7 +953,7 @@ to test the effects of commit and rollback:
key values started at one in :class:`~django.test.TransactionTestCase`
tests.
- Tests should not depend on this behaviour, but for legacy tests that do, the
+ Tests should not depend on this behavior, but for legacy tests that do, the
:attr:`~TransactionTestCase.reset_sequences` attribute can be used until
the test has been properly updated.