From 51874dd1605d0106c68e854572950d2b6f768fc1 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 10 Mar 2022 09:20:25 +0000 Subject: Added backticks to code literals in various docs. --- docs/topics/testing/advanced.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/testing/advanced.txt') 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 -- cgit v1.3