summaryrefslogtreecommitdiff
path: root/tests/raw_query
diff options
context:
space:
mode:
authorDavid Smith <39445562+smithdc1@users.noreply.github.com>2021-08-02 06:51:24 +0100
committerGitHub <noreply@github.com>2021-08-02 07:51:24 +0200
commitf9b7704ab38d82d1de0c26deb542e497ebf14df6 (patch)
treec15f427178316e6a234791dd4c52fcc3d2433c28 /tests/raw_query
parent6802ac4415d6ebf9500df47dc22727a1d1b569d1 (diff)
downloaddjango-f9b7704ab38d82d1de0c26deb542e497ebf14df6.tar.gz
Refs #32956 -- Corrected spelling of "gray".
Diffstat (limited to 'tests/raw_query')
-rw-r--r--tests/raw_query/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/raw_query/tests.py b/tests/raw_query/tests.py
index 802b06a30b..fdc16823c1 100644
--- a/tests/raw_query/tests.py
+++ b/tests/raw_query/tests.py
@@ -33,7 +33,7 @@ class RawQueryTests(TestCase):
)
cls.b3 = Book.objects.create(
title='Another awesome book', author=cls.a1, paperback=False,
- opening_line='A squat grey building of only thirty-four stories.',
+ opening_line='A squat gray building of only thirty-four stories.',
)
cls.b4 = Book.objects.create(
title='Some other book', author=cls.a3, paperback=True,