From 2dd86e812abf691ac433cb6bf03f4bd3419a6f5f Mon Sep 17 00:00:00 2001 From: Artemy Kolchinsky Date: Tue, 21 Oct 2014 17:38:14 -0400 Subject: [PATCH] Documentation fix --- doc/source/io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/io.rst b/doc/source/io.rst index ae07e0af10c0e..e0c6c79380bea 100644 --- a/doc/source/io.rst +++ b/doc/source/io.rst @@ -3411,7 +3411,7 @@ Of course, you can specify a more "complex" query. pd.read_sql_query("SELECT id, Col_1, Col_2 FROM data WHERE id = 42;", engine) -The func:`~pandas.read_sql_query` function supports a ``chunksize`` argument. +The :func:`~pandas.read_sql_query` function supports a ``chunksize`` argument. Specifying this will return an iterator through chunks of the query result: .. ipython:: python