Skip to content

Commit f57ada9

Browse files
committed
MAINT: Fix grammar in user_guide/scale.rst
Follow-up to: pandas-dev#29811
1 parent db60ab6 commit f57ada9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/scale.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Use efficient datatypes
9494

9595
The default pandas data types are not the most memory efficient. This is
9696
especially true for text data columns with relatively few unique values (commonly
97-
referred to as "low-cardinality" data). By using more efficient data types you
97+
referred to as "low-cardinality" data). By using more efficient data types, you
9898
can store larger datasets in memory.
9999

100100
.. ipython:: python

0 commit comments

Comments
 (0)