]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-115146: Fix typo in pickletools.py documentation (GH-115148) (GH-115156)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 8 Feb 2024 08:32:46 +0000 (09:32 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Feb 2024 08:32:46 +0000 (08:32 +0000)
(cherry picked from commit 4a7f63869aa61b24a7cc2d33f8a5e5a7fd0d76a4)

Co-authored-by: Justin Applegate <70449145+Legoclones@users.noreply.github.com>
Lib/pickletools.py

index 95a77aeb2afe2af356c2f974adb873e19383d302..51ee4a7a2632ac0de5edf4596f7ec46265f75231 100644 (file)
@@ -1253,7 +1253,7 @@ opcodes = [
       stack_before=[],
       stack_after=[pyint],
       proto=2,
-      doc="""Long integer using found-byte length.
+      doc="""Long integer using four-byte length.
 
       A more efficient encoding of a Python long; the long4 encoding
       says it all."""),