Skip to content

Commit bda7cf5

Browse files
committed
DOC: indexing.py - fixed spelling mistake
1 parent 35b24fe commit bda7cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def iloc(self) -> _iLocIndexer:
184184
indexing (this conforms with python/numpy *slice* semantics).
185185
186186
It is also worth noting, iloc converts all elements returned into the same pandas dtype and
187-
all numeric dtype conversions follow the numpy promtion rules.
187+
all numeric dtype conversions follow the numpy promotion rules.
188188
189189
See more at :ref:`Selection by Position <indexing.integer>`.
190190

0 commit comments

Comments
 (0)