Skip to content

Commit 69412b6

Browse files
committed
DOC: Forgot oxford comma
1 parent 9261581 commit 69412b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,13 @@ function you can produce a new DataFrame from the sql query.
5151
query("""select * from my_table""")
5252
5353
54-
The package currently only supports pandas_ but there are plans to support dask_ and
55-
rapids_ in the future.
54+
The package currently only supports pandas_ but there are plans to support dask_,
55+
rapids_, and modin_ in the future.
5656

5757
.. _pandas: https://github.com/pandas-dev/pandas
5858
.. _dask: https://github.com/dask/dask
5959
.. _rapids: https://github.com/rapidsai/cudf
60+
.. _modin: https://github.com/modin-project/modin
6061

6162
SQL Syntax
6263
----------

0 commit comments

Comments
 (0)