A few new formatting errors are caught by this version.
Change-Id: I737b33267a00f400b7ba7696a03ddb07a4c95bc0
# the MIT License: http://www.opensource.org/licenses/mit-license.php
"""Define result set constructs including :class:`.ResultProxy`
-and :class:`.Row."""
+and :class:`.Row`."""
import collections
class DedupeColumnCollection(ColumnCollection):
- """A :class:`.ColumnCollection that maintains deduplicating behavior.
+ """A :class:`.ColumnCollection` that maintains deduplicating behavior.
This is useful by schema level objects such as :class:`.Table` and
:class:`.PrimaryKeyConstraint`. The collection includes more
sophisticated mutator methods as well to suit schema objects which
require mutable column collections.
- .. versionadded: 1.4
+ .. versionadded:: 1.4
"""
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