commit | b6e0fc74265db96fdd0e0b8151c768c583ad80f0 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Oct 10 15:42:30 2019 +0200 |
committer | GitHub <noreply@github.com> | Thu Oct 10 15:42:30 2019 +0200 |
tree | 005136ea916ab77f9a0d5d505b4879b63d62eff2 | |
parent | d47f0dd2e85ce032aebfedbde18cdb2e728fa79f [diff] |
bpo-38353: Fix typos in calculate_argv0_path_framework() (GH-16695) bpo-38353, bpo-38429: Fix typos introduced by commit c02b41b1fb115c87693530ea6a480b2e15460424 in calculate_argv0_path_framework() of getpath.c.