summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/settings.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 8027606a02..42c0600b1c 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -1503,12 +1503,12 @@ when using the :djadmin:`collectstatic` management command. See
.. warning::
- **Always prefix the mode with a 0.**
+ **Always prefix the mode with** ``0o`` **.**
- If you're not familiar with file modes, please note that the leading
- ``0`` is very important: it indicates an octal number, which is the
- way that modes must be specified. If you try to use ``644``, you'll
- get totally incorrect behavior.
+ If you're not familiar with file modes, please note that the ``0o`` prefix
+ is very important: it indicates an octal number, which is the way that
+ modes must be specified. If you try to use ``644``, you'll get totally
+ incorrect behavior.
.. versionchanged:: 3.0