summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2021-07-16 00:00:22 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-07-16 06:00:52 +0200
commitb7d25d025e0ae44c421fa0a9044623752c200d8b (patch)
tree777e82f155cb28c58da61c0e724a8e144000b5d4
parent693196388613821184b5a579039f52a17a5148fe (diff)
downloaddjango-b7d25d025e0ae44c421fa0a9044623752c200d8b.tar.gz
[3.2.x] Fixed typo in docs/internals/deprecation.txt.
Backport of 10f66c91cbb26d78a8cefc5be619f7ce288cf208 from main
-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 6075ae32c5..bc9acea6bc 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -26,7 +26,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.