https://github.com/python/cpython/commit/2016fbd682b9158beff67ebb74a8413dfa6fdf5d commit: 2016fbd682b9158beff67ebb74a8413dfa6fdf5d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka <[email protected]> date: 2024-02-08T08:30:31Z summary:
[3.12] gh-115146: Fix typo in pickletools.py documentation (GH-115148) (GH-115155) (cherry picked from commit 4a7f63869aa61b24a7cc2d33f8a5e5a7fd0d76a4) Co-authored-by: Justin Applegate <[email protected]> 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]
