summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2020-05-06 05:35:26 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-05-06 06:36:16 +0200
commitcdf320dfb232fe5a22c9354acbd23477e31aabc9 (patch)
treefa0ead2e916bd57106cd501971221af27b39f1d8 /docs/ref/contrib
parentfdd5eb4309535bf49b3138e0954c6da553c1adef (diff)
[3.0.x] Fixed a/an typos in "SQL" usage.
Backport of 1c2c6f1b51a540bddc7ae95f4d1213688411ca44 from master
Diffstat (limited to 'docs/ref/contrib')
-rw-r--r--docs/ref/contrib/postgres/constraints.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/postgres/constraints.txt b/docs/ref/contrib/postgres/constraints.txt
index fe9e72e605..5450b34ed8 100644
--- a/docs/ref/contrib/postgres/constraints.txt
+++ b/docs/ref/contrib/postgres/constraints.txt
@@ -42,7 +42,7 @@ The name of the constraint.
.. attribute:: ExclusionConstraint.expressions
An iterable of 2-tuples. The first element is an expression or string. The
-second element is a SQL operator represented as a string. To avoid typos, you
+second element is an SQL operator represented as a string. To avoid typos, you
may use :class:`~django.contrib.postgres.fields.RangeOperators` which maps the
operators with strings. For example::