diff options
author | Tim Gates <tim.gates@iress.com> | 2022-08-08 18:02:45 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-08 10:02:45 +0200 |
commit | 32b49f613afefe351b38ce42466a856c1df07544 (patch) | |
tree | d712364a76b87b4352ee845babb8a0b07c8aa827 /Modules/getpath.py | |
parent | f83b0cabeb101599e6b55e6a1c972d5b8cae18b2 (diff) | |
download | cpython-git-32b49f613afefe351b38ce42466a856c1df07544.tar.gz |
docs: Fix a few typos (#94899)
- overriden => overridden
- calcualation => calculation
Signed-off-by: Tim Gates <tim.gates@iress.com>
Diffstat (limited to 'Modules/getpath.py')
-rw-r--r-- | Modules/getpath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/getpath.py b/Modules/getpath.py index dceeed7702..a50313aea7 100644 --- a/Modules/getpath.py +++ b/Modules/getpath.py @@ -422,7 +422,7 @@ if not real_executable_dir: # ****************************************************************************** # The contents of an optional ._pth file are used to totally override -# sys.path calcualation. Its presence also implies isolated mode and +# sys.path calculation. Its presence also implies isolated mode and # no-site (unless explicitly requested) pth = None pth_dir = None |