]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo in comment (GH-24199)
authorborispopoff <58560689+borispopoff@users.noreply.github.com>
Mon, 25 Jan 2021 22:51:48 +0000 (23:51 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Jan 2021 22:51:48 +0000 (14:51 -0800)
Automerge-Triggered-By: GH:Mariatta
Modules/main.c

index ccf096352e928b9a97495be117d4b056d6020017..2684d230672b9470d10e05c40a7b1f8f954f9cda 100644 (file)
@@ -87,7 +87,7 @@ static inline int config_run_code(const PyConfig *config)
 }
 
 
-/* Return non-zero is stdin is a TTY or if -i command line option is used */
+/* Return non-zero if stdin is a TTY or if -i command line option is used */
 static int
 stdin_is_interactive(const PyConfig *config)
 {