Skip to content

Commit d84e97b

Browse files
SaraBonatimroeschke
authored andcommitted
DOC: fix formatting in .at docstring (pandas-dev#54730)
1 parent 4768051 commit d84e97b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pandas/core/indexing.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -604,12 +604,12 @@ def at(self) -> _AtIndexer:
604604
Raises
605605
------
606606
KeyError
607-
* If getting a value and 'label' does not exist in a DataFrame or
608-
Series.
607+
If getting a value and 'label' does not exist in a DataFrame or Series.
608+
609609
ValueError
610-
* If row/column label pair is not a tuple or if any label from
611-
the pair is not a scalar for DataFrame.
612-
* If label is list-like (*excluding* NamedTuple) for Series.
610+
If row/column label pair is not a tuple or if any label
611+
from the pair is not a scalar for DataFrame.
612+
If label is list-like (*excluding* NamedTuple) for Series.
613613
614614
See Also
615615
--------

0 commit comments

Comments
 (0)