]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Minor spacing fix (#7669)
authorspollard <public@stephentpollard.com>
Fri, 4 Feb 2022 22:23:20 +0000 (15:23 -0700)
committerGitHub <noreply@github.com>
Fri, 4 Feb 2022 22:23:20 +0000 (23:23 +0100)
README.rst

index ad384e6212142c3f98cd2eae924f6b94d8d3a4b4..f0280f77b2a03b7bfcfaeed0050a6f3b30807454 100644 (file)
@@ -103,8 +103,8 @@ SQLAlchemy's philosophy:
   queries, including how joins are organized,
   how subqueries and correlation is used, what
   columns are requested.  Everything SQLAlchemy
-  does is ultimately the result of a developer-
-  initiated decision.
+  does is ultimately the result of a developer-initiated 
+  decision.
 * Don't use an ORM if the problem doesn't need one.
   SQLAlchemy consists of a Core and separate ORM
   component.   The Core offers a full SQL expression