gh-115146: Fix typo in pickletools.py documentation (GH-115148)

This commit is contained in:
Justin Applegate 2024-02-08 01:12:58 -07:00 committed by GitHub
parent 38b970dfcc
commit 4a7f63869a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View 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."""),