]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Correct typos in `runpy.run_path` documentation (#151230)
author_andthereitgoes <88647549+underscore-andthereitgoes@users.noreply.github.com>
Mon, 22 Jun 2026 14:07:39 +0000 (00:07 +1000)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2026 14:07:39 +0000 (15:07 +0100)
commitff275f091b90056bbafd7a230f348532308bdca7
tree5f45b23c00f99549ed46941399fb573a8a543243
parent614e3ec0c63291615b792587fedd46ae47f0a9cb
Correct typos in `runpy.run_path` documentation (#151230)

*file_path* -> *path_name* in runpy.rst

The documentation for runpy.run_path refers to a parameter called *file_path*, which doesn't exist in the call spec. However, *path_name* exists, and it is implied that *file_path* actually refers to *path_name*.
Doc/library/runpy.rst