]> 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:13 +0000 (16:47 -0500)
Change-Id: Ic919048462520de8de84174a5e366d6c85316e87
(cherry picked from commit ea3fd424957620ae6a93b5e65d6a4bc7b4048ab7)

lib/sqlalchemy/orm/query.py

index 992d295d4a2e056056a28d75a6a360a2bbc8bb81..54393acb24f117b7e2149709d7b299cb17272a6b 100644 (file)
@@ -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.::