From 0d931f8727d5ac5c1bd437db5ae982fd7cedd6b1 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 12 Mar 2021 21:21:39 -0500 Subject: [PATCH] typo Change-Id: Ifaf3f708aa3ce73e365385ab7858eef3e4b8f3d3 --- doc/build/core/connections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2