From baa2220e44cc0254ed0302282a7205252f75a79c Mon Sep 17 00:00:00 2001 From: Yuki Nishimine <51330969+petit87@users.noreply.github.com> Date: Thu, 24 Feb 2022 05:49:13 +0900 Subject: [PATCH] fix typo (#7747) --- lib/sqlalchemy/engine/result.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/engine/result.py b/lib/sqlalchemy/engine/result.py index 2e54c87dbd..3ba1ae519c 100644 --- a/lib/sqlalchemy/engine/result.py +++ b/lib/sqlalchemy/engine/result.py @@ -756,7 +756,7 @@ class Result(_WithKeys, ResultInternal): :meth:`_engine.Result.fetchone` that return one row at a time. Data from the underlying cursor or other data source will be buffered up to this many rows in memory, and the buffered collection will then be - yielded out one row at at time or as many rows are requested. Each time + yielded out one row at a time or as many rows are requested. Each time the buffer clears, it will be refreshed to this many rows or as many rows remain if fewer remain. -- 2.47.2