Skip to content

Commit 14eaa42

Browse files
authored
DOC: Update versionadded for 2.0 instead of 1.6 (pandas-dev#51002)
1 parent ee03ed1 commit 14eaa42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ def to_dict(
19021902
is 'tight') in the returned dictionary. Can only be ``False``
19031903
when `orient` is 'split' or 'tight'.
19041904
1905-
.. versionadded:: 1.6.0
1905+
.. versionadded:: 2.0.0
19061906
19071907
Returns
19081908
-------

pandas/core/methods/to_dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def to_dict(
6060
is 'tight') in the returned dictionary. Can only be ``False``
6161
when `orient` is 'split' or 'tight'.
6262
63-
.. versionadded:: 1.6.0
63+
.. versionadded:: 2.0.0
6464
6565
Returns
6666
-------

0 commit comments

Comments
 (0)