We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403f38d commit 2dd86e8Copy full SHA for 2dd86e8
doc/source/io.rst
@@ -3411,7 +3411,7 @@ Of course, you can specify a more "complex" query.
3411
3412
pd.read_sql_query("SELECT id, Col_1, Col_2 FROM data WHERE id = 42;", engine)
3413
3414
-The func:`~pandas.read_sql_query` function supports a ``chunksize`` argument.
+The :func:`~pandas.read_sql_query` function supports a ``chunksize`` argument.
3415
Specifying this will return an iterator through chunks of the query result:
3416
3417
.. ipython:: python
0 commit comments