Skip to content

Commit f498a91

Browse files
committed
fix pyc typo
1 parent 7298380 commit f498a91

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
@@ -105,7 +105,7 @@ static const char usage_3[] = "\
105105
-x : skip first line of source, allowing use of non-Unix forms of #!cmd\n\
106106
-X opt : set implementation-specific option\n\
107107
--check-hash-based-pycs always|default|never:\n\
108-
control how Python invalidates hash-based .pcy files\n\
108+
control how Python invalidates hash-based .pyc files\n\
109109
";
110110
static const char usage_4[] = "\
111111
file : program read from script file\n\

0 commit comments

Comments
 (0)