]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119185: Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pager...
authorThanos <111999343+Sachaa-Thanasius@users.noreply.github.com>
Mon, 20 May 2024 14:31:43 +0000 (10:31 -0400)
committerGitHub <noreply@github.com>
Mon, 20 May 2024 14:31:43 +0000 (10:31 -0400)
commit05e1dce76d7669e90ab73e7e682360d83b8a0d02
treeb48ceaaa112acc7de931fb5919578f113d268471
parentbbb49888a752869ae93423c42039a3a8dfab34d4
gh-119185: Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pager` (#118881)

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

The name with no underscore doesn't exist.
Lib/_pyrepl/pager.py