summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2021-07-16 00:00:22 -0400
committerGitHub <noreply@github.com>2021-07-16 06:00:22 +0200
commit10f66c91cbb26d78a8cefc5be619f7ce288cf208 (patch)
treebc677a485d54eba20b9de00e00395bb0af38fc3a
parenta56531ab1b772ee4ae94dd805f168761887354c6 (diff)
Fixed typo in docs/internals/deprecation.txt.
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index fce022cff9..69a21109f3 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -46,7 +46,7 @@ details on these changes.
* The ``default_app_config`` module variable will be removed.
-* ``TransactionTestCase.assertQuerysetEqual()` will no longer automatically
+* ``TransactionTestCase.assertQuerysetEqual()`` will no longer automatically
call ``repr()`` on a queryset when compared to string values.
* ``django.core.cache.backends.memcached.MemcachedCache`` will be removed.