From: Mike Bayer Date: Thu, 8 Feb 2018 21:46:56 +0000 (-0500) Subject: - fix formatting X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3ea948bd7b1c580771656ea5ced15eeeda9ba0f;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 992d295d4a..54393acb24 100644 --- a/lib/sqlalchemy/orm/query.py +++ b/lib/sqlalchemy/orm/query.py @@ -1250,7 +1250,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.::