Skip to content

Commit 2016fbd

Browse files
[3.12] gh-115146: Fix typo in pickletools.py documentation (GH-115148) (GH-115155)
(cherry picked from commit 4a7f638) Co-authored-by: Justin Applegate <70449145+Legoclones@users.noreply.github.com>
1 parent 3a67d32 commit 2016fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/pickletools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ def __init__(self, name, code, arg,
12531253
stack_before=[],
12541254
stack_after=[pyint],
12551255
proto=2,
1256-
doc="""Long integer using found-byte length.
1256+
doc="""Long integer using four-byte length.
12571257
12581258
A more efficient encoding of a Python long; the long4 encoding
12591259
says it all."""),

0 commit comments

Comments
 (0)