From e4ace92056122fea66e91e4070808fe346993941 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Thu, 26 Jan 2023 18:29:43 -0500 Subject: [PATCH] DOC: Update versionadded for 2.0 instead of 1.6 --- pandas/core/frame.py | 2 +- pandas/core/methods/to_dict.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 685ed9f972a32..1d86c81745a6a 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -1902,7 +1902,7 @@ def to_dict( is 'tight') in the returned dictionary. Can only be ``False`` when `orient` is 'split' or 'tight'. - .. versionadded:: 1.6.0 + .. versionadded:: 2.0.0 Returns ------- diff --git a/pandas/core/methods/to_dict.py b/pandas/core/methods/to_dict.py index d187ed10c5798..f1cca4fd7ac50 100644 --- a/pandas/core/methods/to_dict.py +++ b/pandas/core/methods/to_dict.py @@ -60,7 +60,7 @@ def to_dict( is 'tight') in the returned dictionary. Can only be ``False`` when `orient` is 'split' or 'tight'. - .. versionadded:: 1.6.0 + .. versionadded:: 2.0.0 Returns -------