summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorSteven <s1sds28@yahoo.com>2023-01-14 13:38:37 -0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-16 08:24:21 +0100
commitd805010d6890ae542f154350320a99ca85563452 (patch)
treef96cc25792aaa749e791f753a190a70460c8cdb3 /docs/ref
parent7ebcda333138d4d118a40f3b10f4b87bf17356d1 (diff)
[4.1.x] Fixed "nulls characters" typo in docs.
Backport of 4b7016866a80ec8582f55fc7eedfa692039e9648 from main
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/validators.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/validators.txt b/docs/ref/validators.txt
index 2a7b85e614..3fd1db7ded 100644
--- a/docs/ref/validators.txt
+++ b/docs/ref/validators.txt
@@ -318,7 +318,7 @@ to, or in lieu of custom ``field.clean()`` methods.
.. class:: ProhibitNullCharactersValidator(message=None, code=None)
Raises a :exc:`~django.core.exceptions.ValidationError` if ``str(value)``
- contains one or more nulls characters (``'\x00'``).
+ contains one or more null characters (``'\x00'``).
:param message: If not ``None``, overrides :attr:`.message`.
:param code: If not ``None``, overrides :attr:`code`.