mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Refs #32956 -- Corrected spelling of "gray".
This commit is contained in:
parent
6802ac4415
commit
f9b7704ab3
4 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue