summaryrefslogtreecommitdiff
path: root/docs/faq/usage.txt
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2020-05-01 13:37:21 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-05-04 12:10:47 +0200
commitd17b380653da5f95885ce53468fe7aac60672841 (patch)
tree9fbe962d480093a45cf238d22596812637765c74 /docs/faq/usage.txt
parent787981f9d1d5abc489a0b069e3353b8ad7aa9778 (diff)
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
Diffstat (limited to 'docs/faq/usage.txt')
-rw-r--r--docs/faq/usage.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/usage.txt b/docs/faq/usage.txt
index 60261508df..0145a580fd 100644
--- a/docs/faq/usage.txt
+++ b/docs/faq/usage.txt
@@ -12,7 +12,7 @@ Make sure that:
* Said module is on ``sys.path`` (``import mysite.settings`` should work).
-* The module doesn't contain syntax errors (of course).
+* The module doesn't contain syntax errors.
I can't stand your template language. Do I have to use it?
==========================================================