diff options
Diffstat (limited to 'tests/admin_docs/test_views.py')
| -rw-r--r-- | tests/admin_docs/test_views.py | 2 |
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 ' |
