From 2016fbd682b9158beff67ebb74a8413dfa6fdf5d Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:30:31 +0100 Subject: [PATCH] [3.12] gh-115146: Fix typo in pickletools.py documentation (GH-115148) (GH-115155) (cherry picked from commit 4a7f63869aa61b24a7cc2d33f8a5e5a7fd0d76a4) Co-authored-by: Justin Applegate <70449145+Legoclones@users.noreply.github.com> --- Lib/pickletools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/pickletools.py b/Lib/pickletools.py index 95a77aeb2af..51ee4a7a263 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."""),