summaryrefslogtreecommitdiff
path: root/docs/ref/templates
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/ref/templates
parent787981f9d1d5abc489a0b069e3353b8ad7aa9778 (diff)
downloaddjango-d17b380653da5f95885ce53468fe7aac60672841.tar.gz
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
Diffstat (limited to 'docs/ref/templates')
-rw-r--r--docs/ref/templates/language.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/templates/language.txt b/docs/ref/templates/language.txt
index 5d4c8f147b..852d78a187 100644
--- a/docs/ref/templates/language.txt
+++ b/docs/ref/templates/language.txt
@@ -643,8 +643,7 @@ of all comments related to the current task with::
{{ task.comment_set.all.count }}
-And of course you can easily access methods you've explicitly defined on your
-own models:
+You can also access methods you've explicitly defined on your own models:
.. code-block:: python
:caption: models.py