]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-139646: fix typo in `pickletools` error message (GH-139647) (GH-139649)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 18:19:01 +0000 (20:19 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 18:19:01 +0000 (20:19 +0200)
commit85c45571aef2daf24f154867456aabf97518d015
tree4375f1bd08e5e498cedd672e529fe9a221e530e9
parent23cc8f789d8366573cf12c4495b5a4c9afa64005
[3.14] gh-139646: fix typo in `pickletools` error message (GH-139647) (GH-139649)

(cherry picked from commit 36a6c2cdfaddc4a82d14f2c84b04e05089802876)

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