mirror of
https://github.com/python/cpython.git
synced 2025-09-23 08:53:45 +00:00
[3.12] gh-115146: Fix typo in pickletools.py documentation (GH-115148) (GH-115155)
(cherry picked from commit 4a7f63869a
)
Co-authored-by: Justin Applegate <70449145+Legoclones@users.noreply.github.com>
This commit is contained in:
parent
3a67d3272c
commit
2016fbd682
1 changed files with 1 additions and 1 deletions
|
@ -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."""),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue