From fbb1984046ae00bdf0b894a6b63294395da1cce8 Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Fri, 30 Jul 2021 19:34:50 +0100 Subject: Refs #32956 -- Updated words ending in -wards. AP styleguide: Virtually none of the words ending with -wards end with an s. --- tests/shell/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/shell') 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. -- cgit v1.3