]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119185: Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pa...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 May 2024 15:10:40 +0000 (17:10 +0200)
committerGitHub <noreply@github.com>
Mon, 20 May 2024 15:10:40 +0000 (15:10 +0000)
commita52ed7e6d9c09e1e22bea50b7cf83eb2a7d165c5
tree20572641aa908cd6e2ac1580b99a0782c49414f4
parentcbf064b0968119c972cfe24605bcc209836fca1c
[3.13] gh-119185: Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pager` (GH-118881) (#119211)

Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pager`

The name with no underscore doesn't exist.
(cherry picked from commit 05e1dce76d7669e90ab73e7e682360d83b8a0d02)

Co-authored-by: Thanos <111999343+Sachaa-Thanasius@users.noreply.github.com>
Lib/_pyrepl/pager.py