8000 Typo in comment (GH-24199) · python/cpython@c7c3b7d · GitHub
[go: up one dir, main page]

Skip to content

Commit c7c3b7d

Browse files
authored
Typo in comment (GH-24199)
Automerge-Triggered-By: GH:Mariatta
1 parent 7aaeb2a commit c7c3b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ static inline int config_run_code(const PyConfig *config)
8787
}
8888

8989

90-
/* Return non-zero is stdin is a TTY or if -i command line option is used */
90+
/* Return non-zero if stdin is a TTY or if -i command line option is used */
9191
static int
9292
stdin_is_interactive(const PyConfig *config)
9393
{

0 commit comments

Comments
 (0)
0