From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 8 Feb 2024 08:32:46 +0000 (+0100) Subject: [3.11] gh-115146: Fix typo in pickletools.py documentation (GH-115148) (GH-115156) X-Git-Tag: v3.11.9~249 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e686dffa4398f08450e106e1dded924bb5687ef;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-115146: Fix typo in pickletools.py documentation (GH-115148) (GH-115156) (cherry picked from commit 4a7f63869aa61b24a7cc2d33f8a5e5a7fd0d76a4) Co-authored-by: Justin Applegate <70449145+Legoclones@users.noreply.github.com> --- diff --git a/Lib/pickletools.py b/Lib/pickletools.py index 95a77aeb2afe..51ee4a7a2632 100644 --- a/Lib/pickletools.py +++ b/Lib/pickletools.py @@ -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."""),