Skip to content

Commit 020c24f

Browse files
committed
BUG: fix f-string bug
1 parent e580a96 commit 020c24f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/indexing.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,10 @@ class IndexingMixin:
8888
"""Mixin for adding .loc/.iloc/.at/.iat to Datafames and Series.
8989
"""
9090

91+
@doc()
9192
@property
9293
def iloc(self) -> "_iLocIndexer":
93-
f"""
94+
"""
9495
Purely integer-location based indexing for selection by position.
9596
9697
``.iloc[]`` is primarily integer position based (from ``0`` to

0 commit comments

Comments
 (0)