mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #32956 -- Updated words ending in -wards.
AP styleguide: Virtually none of the words ending with -wards end with an s.
This commit is contained in:
parent
f2ed2211c2
commit
fbb1984046
15 changed files with 31 additions and 32 deletions
|
@ -89,5 +89,5 @@ class ShellCommandTestCase(SimpleTestCase):
|
|||
# in parallel mode. The tests are run in a subprocess and the subprocess's
|
||||
# stdin is closed and replaced by /dev/null. Reading from /dev/null always
|
||||
# returns EOF and so select always shows that sys.stdin is ready to read.
|
||||
# This causes problems because of the call to select.select() towards the
|
||||
# This causes problems because of the call to select.select() toward the
|
||||
# end of shell's handle() method.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue