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/topics/testing | |
| parent | 15b888bb833ca2519a90d5eef71e221f192ea7e1 (diff) | |
Added backticks to code literals in various docs.
Diffstat (limited to 'docs/topics/testing')
| -rw-r--r-- | docs/topics/testing/advanced.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt index a78f1b93fc..9159463c36 100644 --- a/docs/topics/testing/advanced.txt +++ b/docs/topics/testing/advanced.txt @@ -812,7 +812,7 @@ can be useful during testing. approve destroying the existing database. ``sys.exit`` is called if the user does not approve. - * If autoclobber is ``True``, the database will be destroyed + * If ``autoclobber`` is ``True``, the database will be destroyed without consulting the user. ``serialize`` determines if Django serializes the database into an |
