From: Mike Bayer Date: Thu, 8 Feb 2018 21:46:56 +0000 (-0500) Subject: - fix formatting X-Git-Tag: rel_1_1_16~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2f29f33ac7f0129aad193e3e6a18d26fd700c2e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fix formatting Change-Id: Ic919048462520de8de84174a5e366d6c85316e87 (cherry picked from commit ea3fd424957620ae6a93b5e65d6a4bc7b4048ab7) --- diff --git a/lib/sqlalchemy/orm/query.py b/lib/sqlalchemy/orm/query.py index 4edc4862fe..f7706f4179 100644 --- a/lib/sqlalchemy/orm/query.py +++ b/lib/sqlalchemy/orm/query.py @@ -1258,7 +1258,7 @@ class Query(object): @_generative() def with_entities(self, *entities): - """Return a new :class:`.Query` replacing the SELECT list with the + r"""Return a new :class:`.Query` replacing the SELECT list with the given entities. e.g.::