Skip to content

Commit 903123f

Browse files
pkirlinCloseChoice
authored andcommitted
Remove extra backtick in example in documentation. (pandas-dev#33612)
:meth:`~Series.idxmax`` --> :meth:`~Series.idxmax`
1 parent ba90204 commit 903123f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/getting_started/intro_tutorials/10_text_data.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ names in the ``Name`` column. By using pandas string methods, the
199199
200200
Next, we need to get the corresponding location, preferably the index
201201
label, in the table for which the name length is the largest. The
202-
:meth:`~Series.idxmax`` method does exactly that. It is not a string method and is
202+
:meth:`~Series.idxmax` method does exactly that. It is not a string method and is
203203
applied to integers, so no ``str`` is used.
204204

205205
.. ipython:: python

0 commit comments

Comments
 (0)