[3.11] gh-115146: Fix typo in pickletools.py documentation (GH-115148) (GH-115156)

(cherry picked from commit 4a7f63869a)

Co-authored-by: Justin Applegate <70449145+Legoclones@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-02-08 09:32:46 +01:00 committed by GitHub
parent e1e4cf7611
commit 5e686dffa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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