Skip to content

Commit a405a10

Browse files
committed
grammar correction - i.e. to e.g.
1 parent 6771c59 commit a405a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.21.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Conversion
9797
Indexing
9898
^^^^^^^^
9999

100-
- 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`).
100+
- 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`).
101101

102102

103103
I/O

0 commit comments

Comments
 (0)