diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-02-08 16:46:56 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-02-08 16:46:56 -0500 |
| commit | ea3fd424957620ae6a93b5e65d6a4bc7b4048ab7 (patch) | |
| tree | 800d85160ff268514706037d47e40b76121c1ad4 /lib/sqlalchemy | |
| parent | a54b3bb0a8a3a33c4c68349484ef4f3dc915416e (diff) | |
| download | sqlalchemy-ea3fd424957620ae6a93b5e65d6a4bc7b4048ab7.tar.gz | |
- fix formatting
Change-Id: Ic919048462520de8de84174a5e366d6c85316e87
Diffstat (limited to 'lib/sqlalchemy')
| -rw-r--r-- | lib/sqlalchemy/orm/query.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/query.py b/lib/sqlalchemy/orm/query.py index 4f7b22cc9..1e7f8a266 100644 --- a/lib/sqlalchemy/orm/query.py +++ b/lib/sqlalchemy/orm/query.py @@ -1281,7 +1281,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.:: |
