summaryrefslogtreecommitdiff
path: root/docs/ref/templates
diff options
context:
space:
mode:
authorpp <pp@users.noreply.github.com>2016-01-10 17:48:16 +0100
committerTim Graham <timograham@gmail.com>2016-01-11 18:05:15 -0500
commitb34ff66e5bae3760273255fa5b2525eb21a5eb63 (patch)
treed3cf5e9ea9af2d34bc61122d6bf891553b55472f /docs/ref/templates
parent99d2469e75f1567cbe5ee753563edb68cd51d74a (diff)
Added missing period to "etc.".
Diffstat (limited to 'docs/ref/templates')
-rw-r--r--docs/ref/templates/builtins.txt2
-rw-r--r--docs/ref/templates/language.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 67e19769ad..b5b2f621b4 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -1505,7 +1505,7 @@ filesizeformat
^^^^^^^^^^^^^^
Formats the value like a 'human-readable' file size (i.e. ``'13 KB'``,
-``'4.1 MB'``, ``'102 bytes'``, etc).
+``'4.1 MB'``, ``'102 bytes'``, etc.).
For example::
diff --git a/docs/ref/templates/language.txt b/docs/ref/templates/language.txt
index 0a50adfa19..d6f13a637f 100644
--- a/docs/ref/templates/language.txt
+++ b/docs/ref/templates/language.txt
@@ -168,7 +168,7 @@ used template filters:
:tfilter:`filesizeformat`
Formats the value like a "human-readable" file size (i.e. ``'13 KB'``,
- ``'4.1 MB'``, ``'102 bytes'``, etc). For example::
+ ``'4.1 MB'``, ``'102 bytes'``, etc.). For example::
{{ value|filesizeformat }}