Skip to content

Commit

Permalink
DOC: Add protocol value '5' to pickle pandas-dev#37316 (pandas-dev#37322
Browse files Browse the repository at this point in the history
)
  • Loading branch information
botplex authored and JulianWgs committed Oct 26, 2020
1 parent 7d0a76e commit 36544e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2780,7 +2780,7 @@ def to_pickle(
protocol : int
Int which indicates which protocol should be used by the pickler,
default HIGHEST_PROTOCOL (see [1]_ paragraph 12.1.2). The possible
values are 0, 1, 2, 3, 4. A negative value for the protocol
values are 0, 1, 2, 3, 4, 5. A negative value for the protocol
parameter is equivalent to setting its value to HIGHEST_PROTOCOL.
.. [1] https://docs.python.org/3/library/pickle.html.
Expand Down

0 comments on commit 36544e8

Please sign in to comment.