summaryrefslogtreecommitdiff
path: root/tests/admin_views
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-05-15 20:01:17 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-05-16 07:57:58 +0200
commit604e32ee9300a0d76665e07010afc230007e4a79 (patch)
tree053396c099dab2406554db3cc3171016dcd667ee /tests/admin_views
parentc0b0ce85ede1f1baf8826fb6c10c23f9adcbcca3 (diff)
Fixed typos in test docstrings.
Diffstat (limited to 'tests/admin_views')
-rw-r--r--tests/admin_views/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py
index 5e300de8bc..5fab253f80 100644
--- a/tests/admin_views/tests.py
+++ b/tests/admin_views/tests.py
@@ -3927,7 +3927,7 @@ class AdminViewStringPrimaryKeyTest(TestCase):
)
def test_deleteconfirmation_link(self):
- """ "
+ """
The link from the delete confirmation page referring back to the
changeform of the object should be quoted.
"""