]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139646: fix typo in `pickletools` error message (#139647)
authoryihong <zouzou0208@gmail.com>
Mon, 6 Oct 2025 10:52:45 +0000 (18:52 +0800)
committerGitHub <noreply@github.com>
Mon, 6 Oct 2025 10:52:45 +0000 (10:52 +0000)
commit36a6c2cdfaddc4a82d14f2c84b04e05089802876
tree298c01b09e240c25476b6418796f1cdc9d7f5e79
parent6f3dae0dc5ccd47b2b8a6e052244353d8c37e59b
gh-139646: fix typo in `pickletools` error message (#139647)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Lib/pickletools.py
Lib/test/test_pickletools.py