summaryrefslogtreecommitdiff
path: root/tests/admin_docs
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-05-22 16:54:07 -0700
committerClaude Paroz <claude@2xlibre.net>2020-05-23 12:02:10 +0200
commitdfb9ae1d23662f7bfc6a28c2b726e2473e0cc48b (patch)
tree5fa0af4aacd006c5337a2fa7f6c9a2c1490ed3eb /tests/admin_docs
parent9624703a06187060c1a494e533f3e27fed946de3 (diff)
downloaddjango-dfb9ae1d23662f7bfc6a28c2b726e2473e0cc48b.tar.gz
Refs #30400 -- Improved typography in admin_doc/missing_docutils.html.
Diffstat (limited to 'tests/admin_docs')
-rw-r--r--tests/admin_docs/test_views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_docs/test_views.py b/tests/admin_docs/test_views.py
index f06afd336a..47bec73a50 100644
--- a/tests/admin_docs/test_views.py
+++ b/tests/admin_docs/test_views.py
@@ -113,7 +113,7 @@ class AdminDocViewTests(TestDataMixin, AdminDocsTestCase):
response = self.client.get(reverse('django-admindocs-docroot'))
self.assertContains(
response,
- '<h3>The admin documentation system requires Python\'s '
+ '<h3>The admin documentation system requires Python’s '
'<a href="https://docutils.sourceforge.io/">docutils</a> '
'library.</h3>'
'<p>Please ask your administrators to install '