Skip to content

Commit 0566df2

Browse files
authored
Minor spacing fix (#7669)
1 parent 88bc4f2 commit 0566df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ SQLAlchemy's philosophy:
103103
queries, including how joins are organized,
104104
how subqueries and correlation is used, what
105105
columns are requested. Everything SQLAlchemy
106-
does is ultimately the result of a developer-
107-
initiated decision.
106+
does is ultimately the result of a developer-initiated
107+
decision.
108108
* Don't use an ORM if the problem doesn't need one.
109109
SQLAlchemy consists of a Core and separate ORM
110110
component. The Core offers a full SQL expression

0 commit comments

Comments
 (0)