diff options
| author | spollard <public@stephentpollard.com> | 2022-02-04 15:23:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-04 23:23:20 +0100 |
| commit | 0566df2f79c7aae978bc0ef8e253cfcc4de54ecc (patch) | |
| tree | e2c58670377c5f654afe6d5fe89d6111583bb038 /README.rst | |
| parent | 88bc4f2f66cffe82ed039a622027abd54897280a (diff) | |
| download | sqlalchemy-0566df2f79c7aae978bc0ef8e253cfcc4de54ecc.tar.gz | |
Minor spacing fix (#7669)
Diffstat (limited to 'README.rst')
| -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 |
