From: Mike Bayer Date: Sat, 13 Mar 2021 02:21:39 +0000 (-0500) Subject: typo X-Git-Tag: rel_1_4_0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d931f8727d5ac5c1bd437db5ae982fd7cedd6b1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo Change-Id: Ifaf3f708aa3ce73e365385ab7858eef3e4b8f3d3 --- diff --git a/doc/build/core/connections.rst b/doc/build/core/connections.rst index 5367e1f542..7d90d1cae0 100644 --- a/doc/build/core/connections.rst +++ b/doc/build/core/connections.rst @@ -549,7 +549,7 @@ option:: The size of the buffer may also be set to a fixed size using the :meth:`_engine.Result.yield_per` method. Calling this method with a number -pf rows will cause all result-fetching methods to work from +of rows will cause all result-fetching methods to work from buffers of the given size, only fetching new rows when the buffer is empty:: with engine.connect() as conn: