From bb249195d92e3b806e81ecf1192d5a1b3cd5db48 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Sun, 24 Jan 2021 19:47:26 +0100 Subject: [PATCH] Pacify pep8 checker on Gerrit reflowing the docstring paragraph --- lib/sqlalchemy/orm/query.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/sqlalchemy/orm/query.py b/lib/sqlalchemy/orm/query.py index 59c36963f5..5b0a78664f 100644 --- a/lib/sqlalchemy/orm/query.py +++ b/lib/sqlalchemy/orm/query.py @@ -771,9 +771,9 @@ class Query( rows (which are most). As of SQLAlchemy 1.4, the :meth:`_orm.Query.yield_per` method is - equivalent to using the ``yield_per`` execution option at the ORM level. - See the section :ref:`orm_queryguide_yield_per` for further background - on this option. + equivalent to using the ``yield_per`` execution option at the ORM + level. See the section :ref:`orm_queryguide_yield_per` for further + background on this option. """ self.load_options += {"_yield_per": count} @@ -950,9 +950,9 @@ class Query( as they are loaded, or reused from the current :class:`.Session`. As of SQLAlchemy 1.4, the :meth:`_orm.Query.populate_existing` method - is equivalent to using the ``populate_existing`` execution option at the - ORM level. See the section :ref:`orm_queryguide_populate_existing` for - further background on this option. + is equivalent to using the ``populate_existing`` execution option at + the ORM level. See the section :ref:`orm_queryguide_populate_existing` + for further background on this option. """ self.load_options += {"_populate_existing": True} -- 2.47.2