Skip to content

Commit

Permalink
DOC: fix formatting in .at docstring (#54730)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBonati authored Aug 28, 2023
1 parent ca42994 commit b043fcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pandas/core/indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,12 +604,12 @@ def at(self) -> _AtIndexer:
Raises
------
KeyError
* If getting a value and 'label' does not exist in a DataFrame or
Series.
If getting a value and 'label' does not exist in a DataFrame or Series.
ValueError
* If row/column label pair is not a tuple or if any label from
the pair is not a scalar for DataFrame.
* If label is list-like (*excluding* NamedTuple) for Series.
If row/column label pair is not a tuple or if any label
from the pair is not a scalar for DataFrame.
If label is list-like (*excluding* NamedTuple) for Series.
See Also
--------
Expand Down

0 comments on commit b043fcb

Please sign in to comment.