]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix rst for flake8-rst-docstrings-0.0.12
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 22 Nov 2019 16:08:37 +0000 (11:08 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 22 Nov 2019 16:11:16 +0000 (11:11 -0500)
A few new formatting errors are caught by this version.

Change-Id: I737b33267a00f400b7ba7696a03ddb07a4c95bc0
(cherry picked from commit 1bf1a9c0d8e122da79898835c007ea904e238c21)

lib/sqlalchemy/engine/result.py
test/orm/test_deferred.py

index 5dc371cc9351e06ae068a2eda3ba493bb12ecf04..57cc3b4131289e4258a4ab91410f8123152dfc70 100644 (file)
@@ -6,7 +6,7 @@
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
 
 """Define result set constructs including :class:`.ResultProxy`
-and :class:`.RowProxy."""
+and :class:`.RowProxy`."""
 
 
 import collections
index 89e58061dda3de18951ef040e5107284d44ff348..d1d3aaadc22e17845e0fc460856e4d09e27fc765 100644 (file)
@@ -923,7 +923,7 @@ class DeferredOptionsTest(AssertsCompiledSQL, _fixtures.FixtureTest):
         eq_(item.description, "item 4")
 
     def test_path_entity(self):
-        """test the legacy *addl_attrs argument."""
+        r"""test the legacy \*addl_attrs argument."""
 
         User = self.classes.User
         Order = self.classes.Order