From e4f457ead8ad4892668f262abd13156793a7ee69 Mon Sep 17 00:00:00 2001 From: gfyoung Date: Sat, 25 Aug 2018 02:06:36 -0700 Subject: [PATCH] CLN: Remove versionadded in groupby.rst Follow-up to gh-22415. --- doc/source/groupby.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/source/groupby.rst b/doc/source/groupby.rst index cf8ba84ecd4f8..fecc336049a40 100644 --- a/doc/source/groupby.rst +++ b/doc/source/groupby.rst @@ -103,8 +103,6 @@ consider the following ``DataFrame``: .. note:: - .. versionadded:: 0.20 - A string passed to ``groupby`` may refer to either a column or an index level. If a string matches both a column name and an index level name, a ``ValueError`` will be raised.