Skip to content

Commit c20048c

Browse files
gfyoungjbrockmendel
authored andcommitted
MAINT: Fix grammar in user_guide/scale.rst (#29848)
Follow-up to: #29811
1 parent 0c0adfb commit c20048c

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)