Skip to content

Commit 110dc1c

Browse files
committed
doc: Fixed space formatting on indexing.py
1 parent dad3fd6 commit 110dc1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/indexing.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ def iloc(self) -> _iLocIndexer:
186186
``.iloc`` will raise ``IndexError`` if a requested indexer is
187187
out-of-bounds, except *slice* indexers which allow out-of-bounds
188188
indexing (this conforms with python/numpy *slice* semantics).
189-
190-
It is also worth noting, iloc converts all elements returned into the same
191-
pandas dtype and all numeric dtype conversions follow the numpy promotion
189+
190+
It is also worth noting, iloc converts all elements returned into the same
191+
pandas dtype and all numeric dtype conversions follow the numpy promotion
192192
rules.
193193
194194
See more at :ref:`Selection by Position <indexing.integer>`.

0 commit comments

Comments
 (0)