diff options
| author | Adam Johnson <me@adamj.eu> | 2020-03-31 09:37:38 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-04-01 14:55:11 +0200 |
| commit | 1cdfe8d91215eefaa18c398069dd9c6879a9511d (patch) | |
| tree | ebfb55efbac6e82cfc70587f13b1e0db6b1600e7 /docs/faq | |
| parent | 4a6f2b63d7ad5907b3d64f8e4d318e7d59b4dd5f (diff) | |
Prevented (and corrected) single backtick usage in docs.
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/help.txt | 2 | ||||
| -rw-r--r-- | docs/faq/troubleshooting.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq/help.txt b/docs/faq/help.txt index f1ebff9729..f5fb0ab276 100644 --- a/docs/faq/help.txt +++ b/docs/faq/help.txt @@ -36,7 +36,7 @@ your choice of words. .. _message-does-not-appear-on-django-users: -Why hasn't my message appeared on `django-users`? +Why hasn't my message appeared on *django-users*? ================================================= |django-users| has a lot of subscribers. This is good for the community, as diff --git a/docs/faq/troubleshooting.txt b/docs/faq/troubleshooting.txt index 3a5c47de55..ce468a56a6 100644 --- a/docs/faq/troubleshooting.txt +++ b/docs/faq/troubleshooting.txt @@ -10,7 +10,7 @@ during the development of Django applications. Problems running ``django-admin`` ================================= -"command not found: `django-admin`" +``command not found: django-admin`` ----------------------------------- :doc:`django-admin </ref/django-admin>` should be on your system path if you |
