https://github.com/python/cpython/commit/4a7f63869aa61b24a7cc2d33f8a5e5a7fd0d76a4
commit: 4a7f63869aa61b24a7cc2d33f8a5e5a7fd0d76a4
branch: main
author: Justin Applegate <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2024-02-08T10:12:58+02:00
summary:
gh-115146: Fix typo in pickletools.py documentation (GH-115148)
files:
M Lib/pickletools.py
diff --git a/Lib/pickletools.py b/Lib/pickletools.py
index 95a77aeb2afe2a..51ee4a7a2632ac 100644
--- a/Lib/pickletools.py
+++ b/Lib/pickletools.py
@@ -1253,7 +1253,7 @@ def __init__(self, name, code, arg,
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."""),
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]