]> 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:46:56 +0000 (16:46 -0500)
Change-Id: Ic919048462520de8de84174a5e366d6c85316e87

lib/sqlalchemy/orm/query.py

index 4f7b22cc928c1f627361bda7cd93f64d56acfb73..1e7f8a2666bef0b6cd04f8356bb3686128e7bef0 100644 (file)
@@ -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.::