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:
David Smith 2021-07-30 19:34:50 +01:00 committed by GitHub
parent f2ed2211c2
commit fbb1984046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 31 additions and 32 deletions

View file

@ -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.