mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Refs #30400 -- Improved typography in admin_doc/missing_docutils.html.
This commit is contained in:
parent
9624703a06
commit
dfb9ae1d23
2 changed files with 2 additions and 2 deletions
|
@ -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 '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue