Skip to content

Commit 3c1185f

Browse files
committed
Merge pull request pandas-dev#8598 from artemyk/io_doc_fix
Function pointer misspecified in io documentaion
2 parents 403f38d + 2dd86e8 commit 3c1185f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3411,7 +3411,7 @@ Of course, you can specify a more "complex" query.
34113411
34123412
pd.read_sql_query("SELECT id, Col_1, Col_2 FROM data WHERE id = 42;", engine)
34133413
3414-
The func:`~pandas.read_sql_query` function supports a ``chunksize`` argument.
3414+
The :func:`~pandas.read_sql_query` function supports a ``chunksize`` argument.
34153415
Specifying this will return an iterator through chunks of the query result:
34163416

34173417
.. ipython:: python

0 commit comments

Comments
 (0)