summaryrefslogtreecommitdiff
path: root/tests/shell
diff options
context:
space:
mode:
authorDavid Smith <39445562+smithdc1@users.noreply.github.com>2021-07-30 19:34:50 +0100
committerGitHub <noreply@github.com>2021-07-30 20:34:50 +0200
commitfbb1984046ae00bdf0b894a6b63294395da1cce8 (patch)
treee82e7b4c6bb04a035c62cacda31f302a6eefb006 /tests/shell
parentf2ed2211c26ba375390cb76725c95ae970a0fd1d (diff)
Refs #32956 -- Updated words ending in -wards.
AP styleguide: Virtually none of the words ending with -wards end with an s.
Diffstat (limited to 'tests/shell')
-rw-r--r--tests/shell/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/tests.py b/tests/shell/tests.py
index d861b5599b..df32562f6b 100644
--- a/tests/shell/tests.py
+++ b/tests/shell/tests.py
@@ -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.