Skip to content

Commit fbfff81

Browse files
committed
Fixup docstring
1 parent 4c03fc7 commit fbfff81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/core/groupby/generic.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ def idxmin(self, skipna: bool = True) -> Series:
14121412
14131413
.. versionchanged:: 3.0.0
14141414
Previously if all values for a group are NA or some values for a group are
1415-
NA and ``skipna=False`, this method would return NA. Now it raises instead.
1415+
NA and ``skipna=False``, this method would return NA. Now it raises instead.
14161416
14171417
See Also
14181418
--------
@@ -1473,7 +1473,7 @@ def idxmax(self, skipna: bool = True) -> Series:
14731473
14741474
.. versionchanged:: 3.0.0
14751475
Previously if all values for a group are NA or some values for a group are
1476-
NA and ``skipna=False`, this method would return NA. Now it raises instead.
1476+
NA and ``skipna=False``, this method would return NA. Now it raises instead.
14771477
14781478
See Also
14791479
--------
@@ -2621,7 +2621,7 @@ def idxmax(
26212621
26222622
.. versionchanged:: 3.0.0
26232623
Previously if all values for a group are NA or some values for a group are
2624-
NA and ``skipna=False`, this method would return NA. Now it raises instead.
2624+
NA and ``skipna=False``, this method would return NA. Now it raises instead.
26252625
26262626
See Also
26272627
--------
@@ -2695,7 +2695,7 @@ def idxmin(
26952695
26962696
.. versionchanged:: 3.0.0
26972697
Previously if all values for a group are NA or some values for a group are
2698-
NA and ``skipna=False`, this method would return NA. Now it raises instead.
2698+
NA and ``skipna=False``, this method would return NA. Now it raises instead.
26992699
27002700
See Also
27012701
--------

0 commit comments

Comments
 (0)