diff options
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst index ad384e621..f0280f77b 100644 --- a/README.rst +++ b/README.rst @@ -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 |
