diff options
| author | David <smithdc@gmail.com> | 2022-03-10 09:20:25 +0000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-04-28 10:44:14 +0200 |
| commit | 51874dd1605d0106c68e854572950d2b6f768fc1 (patch) | |
| tree | b39db06075dfbf8be0a87ca1ecbc09aa5399d929 /docs/faq/usage.txt | |
| parent | 15b888bb833ca2519a90d5eef71e221f192ea7e1 (diff) | |
Added backticks to code literals in various docs.
Diffstat (limited to 'docs/faq/usage.txt')
| -rw-r--r-- | docs/faq/usage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/usage.txt b/docs/faq/usage.txt index 6cba335c02..c75a296a1e 100644 --- a/docs/faq/usage.txt +++ b/docs/faq/usage.txt @@ -8,7 +8,7 @@ Why do I get an error about importing :envvar:`DJANGO_SETTINGS_MODULE`? Make sure that: * The environment variable :envvar:`DJANGO_SETTINGS_MODULE` is set to a - fully-qualified Python module (i.e. "mysite.settings"). + fully-qualified Python module (i.e. ``mysite.settings``). * Said module is on ``sys.path`` (``import mysite.settings`` should work). |
