]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Pacify pep8 checker on Gerrit reflowing the docstring paragraph 5868/head
authorLele Gaifax <lele@metapensiero.it>
Sun, 24 Jan 2021 18:47:26 +0000 (19:47 +0100)
committerLele Gaifax <lele@metapensiero.it>
Sun, 24 Jan 2021 18:47:26 +0000 (19:47 +0100)
lib/sqlalchemy/orm/query.py

index 59c36963f581f477ea138206ba5d0d79723c36a6..5b0a78664f2f4381235d8b012baa0d82c3ff2e14 100644 (file)
@@ -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}