]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- fix formatting
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Feb 2018 21:46:56 +0000 (16:46 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Feb 2018 21:47:05 +0000 (16:47 -0500)
Change-Id: Ic919048462520de8de84174a5e366d6c85316e87
(cherry picked from commit ea3fd424957620ae6a93b5e65d6a4bc7b4048ab7)

lib/sqlalchemy/orm/query.py

index 4edc4862fea9e96fa5d13f24892824a212f6683e..f7706f41798b32ca444fe5e65032eb898c563ee4 100644 (file)
@@ -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.::