Very minor issue, the '2' here should be '3' on the RHS of the comparison (given we really want to return sys.argv[2] from the ternary). <img width="635" alt="image" src="https://github.com/python/cpython/assets/135147320/77b4c680-0c6e-48e1-9642-6e2fa55f8bae"> https://docs.python.org/3.10/library/__main__.html <!-- gh-linked-prs --> ### Linked PRs * gh-112183 * gh-112184 * gh-112185 <!-- /gh-linked-prs -->
Very minor issue, the '2' here should be '3' on the RHS of the comparison (given we really want to return sys.argv[2] from the ternary).
https://docs.python.org/3.10/library/__main__.html
Linked PRs
__main__.py#112183__main__.py(GH-112183) #112184__main__.py(GH-112183) #112185