]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Mar 2021 02:21:39 +0000 (21:21 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Mar 2021 02:21:39 +0000 (21:21 -0500)
Change-Id: Ifaf3f708aa3ce73e365385ab7858eef3e4b8f3d3

doc/build/core/connections.rst

index 5367e1f54226961a83116824f454222279952488..7d90d1cae02ab89daf5bf7dd12482170a844dd27 100644 (file)
@@ -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: