mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Fix some typos in comments (#9802)
This commit is contained in:
@@ -160,7 +160,7 @@ def run_testcases(
|
||||
if not testcasedir_already_setup:
|
||||
setup_testcase_dir(package, tempdir=tempdir, new_test_case_dir=new_test_case_dir, verbosity=verbosity)
|
||||
|
||||
# "--enable-error-code ignore-without-code" is purposefully ommited.
|
||||
# "--enable-error-code ignore-without-code" is purposefully omitted.
|
||||
# See https://github.com/python/typeshed/pull/8083
|
||||
flags = [
|
||||
"--python-version",
|
||||
|
||||
Reference in New Issue
Block a user