Skip to content

Commit d889990

Browse files
Update Lib/pickletools.py
Add Oxford comma Co-authored-by: Adam Turner <[email protected]>
1 parent 42eaa17 commit d889990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/pickletools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ def __init__(self, name, code, arg,
12281228
12291229
The same as INT, except that the literal ends with 'L', and always
12301230
unpickles to a Python long. There doesn't seem a real purpose to the
1231-
trailing 'L' and it's not required for Python 3.0 or higher.
1231+
trailing 'L', and it's not required for Python 3.0 or higher.
12321232
12331233
Note that LONG takes time quadratic in the number of digits when
12341234
unpickling (this is simply due to the nature of decimal->binary

0 commit comments

Comments
 (0)