We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88bc4f2 commit 0566df2Copy full SHA for 0566df2
README.rst
@@ -103,8 +103,8 @@ SQLAlchemy's philosophy:
103
queries, including how joins are organized,
104
how subqueries and correlation is used, what
105
columns are requested. Everything SQLAlchemy
106
- does is ultimately the result of a developer-
107
- initiated decision.
+ does is ultimately the result of a developer-initiated
+ decision.
108
* Don't use an ORM if the problem doesn't need one.
109
SQLAlchemy consists of a Core and separate ORM
110
component. The Core offers a full SQL expression
0 commit comments