◐ Shell
clean mode source ↗

gh-119185: Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pager` by Sachaa-Thanasius · Pull Request #118881 · python/cpython

The name with no underscore doesn't exist.

@Sachaa-Thanasius

@Sachaa-Thanasius

@Eclips4 Eclips4 changed the title Fix typo in _pyrepl.pager: tempfilepager should be tempfile_pager gh-119185: Fix typo in _pyrepl.pager: tempfilepager should be tempfile_pager

May 19, 2024

@Sachaa-Thanasius

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 20, 2024
…be `tempfile_pager` (pythonGH-118881)

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

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

Co-authored-by: Thanos <111999343+Sachaa-Thanasius@users.noreply.github.com>

JelleZijlstra pushed a commit that referenced this pull request

May 20, 2024
… 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 05e1dce)

Co-authored-by: Thanos <111999343+Sachaa-Thanasius@users.noreply.github.com>

estyxx pushed a commit to estyxx/cpython that referenced this pull request

Jul 17, 2024
…be `tempfile_pager` (python#118881)

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

The name with no underscore doesn't exist.