From 4b7016866a80ec8582f55fc7eedfa692039e9648 Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 14 Jan 2023 13:38:37 -0500 Subject: Fixed "nulls characters" typo in docs. --- docs/ref/validators.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') 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`. -- cgit v1.3