mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
docs: Fix a few typos (#94899)
- overriden => overridden - calcualation => calculation Signed-off-by: Tim Gates <tim.gates@iress.com>
This commit is contained in:
parent
f83b0cabeb
commit
32b49f613a
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue