docs: Fix a few typos (#94899) · python/cpython@32b49f6 · GitHub
Skip to content

Commit 32b49f6

Browse files
authored
docs: Fix a few typos (#94899)
- overriden => overridden - calcualation => calculation Signed-off-by: Tim Gates <tim.gates@iress.com>
1 parent f83b0ca commit 32b49f6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Misc/NEWS.d/3.9.0a1.rst

Lines changed: 1 addition & 1 deletion

Modules/getpath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def search_up(prefix, *landmarks, test=isfile):
422422
# ******************************************************************************
423423

424424
# The contents of an optional ._pth file are used to totally override
425-
# sys.path calcualation. Its presence also implies isolated mode and
425+
# sys.path calculation. Its presence also implies isolated mode and
426426
# no-site (unless explicitly requested)
427427
pth = None
428428
pth_dir = None

Objects/typeobject.c

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)