summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/automap.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-01-17 12:08:38 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2017-01-17 12:08:38 -0500
commit3a6c55fb5175ec9ffa03dd7c1325a4746f081486 (patch)
tree48680576b36f53448750242ae56273391d3f0a1c /lib/sqlalchemy/ext/automap.py
parent5c2ef5b5424524ccd873d44225eed919038c7f09 (diff)
downloadsqlalchemy-3a6c55fb5175ec9ffa03dd7c1325a4746f081486.tar.gz
- repair an errant docstring w/o r
Change-Id: I2e9c8dbc79c00b54520748d1d7cae5230a612c96
Diffstat (limited to 'lib/sqlalchemy/ext/automap.py')
-rw-r--r--lib/sqlalchemy/ext/automap.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/ext/automap.py b/lib/sqlalchemy/ext/automap.py
index 57a3a2592..5c1fec24f 100644
--- a/lib/sqlalchemy/ext/automap.py
+++ b/lib/sqlalchemy/ext/automap.py
@@ -606,7 +606,7 @@ def name_for_collection_relationship(
def generate_relationship(
base, direction, return_fn, attrname, local_cls, referred_cls, **kw):
- """Generate a :func:`.relationship` or :func:`.backref` on behalf of two
+ r"""Generate a :func:`.relationship` or :func:`.backref` on behalf of two
mapped classes.
An alternate implementation of this function can be specified using the
@@ -820,7 +820,7 @@ class AutomapBase(object):
def automap_base(declarative_base=None, **kw):
- """Produce a declarative automap base.
+ r"""Produce a declarative automap base.
This function produces a new base class that is a product of the
:class:`.AutomapBase` class as well a declarative base produced by