summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-03-06 11:52:49 +0100
committerGitHub <noreply@github.com>2020-03-06 11:52:49 +0100
commit30ca66eadd1135d220ae1f0570bb0244c26b9d29 (patch)
tree587b479360c954419ae1047d654fdfc46bc75421 /docs/ref/contrib/postgres
parent08a6215d334f88f16707278e6003af59d13345b4 (diff)
Added missing backticks in various docs.
Diffstat (limited to 'docs/ref/contrib/postgres')
-rw-r--r--docs/ref/contrib/postgres/fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt
index e8fcef6215..baebba9c50 100644
--- a/docs/ref/contrib/postgres/fields.txt
+++ b/docs/ref/contrib/postgres/fields.txt
@@ -79,7 +79,7 @@ may be a good choice for the :ref:`range fields <range-fields>` and
.. note::
- When nesting ``ArrayField``, whether you use the `size` parameter or not,
+ When nesting ``ArrayField``, whether you use the ``size`` parameter or not,
PostgreSQL requires that the arrays are rectangular::
from django.contrib.postgres.fields import ArrayField