Skip to content

Commit b904308

Browse files
committed
grammar correction - i.e. to e.g.
1 parent 8343ffe commit b904308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.21.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Conversion
8787
Indexing
8888
^^^^^^^^
8989

90-
- When called with a null slice (i.e. ``df.iloc[:]``), the``iloc`` and ``loc`` indexers return a shallow copy of the original object. Previously they returned the original object. (:issue:`13873`).
90+
- When called with a null slice (e.g. ``df.iloc[:]``), the``iloc`` and ``loc`` indexers return a shallow copy of the original object. Previously they returned the original object. (:issue:`13873`).
9191

9292

9393
I/O

0 commit comments

Comments
 (0)