summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspollard <public@stephentpollard.com>2022-02-04 15:23:20 -0700
committerGitHub <noreply@github.com>2022-02-04 23:23:20 +0100
commit0566df2f79c7aae978bc0ef8e253cfcc4de54ecc (patch)
treee2c58670377c5f654afe6d5fe89d6111583bb038
parent88bc4f2f66cffe82ed039a622027abd54897280a (diff)
downloadsqlalchemy-0566df2f79c7aae978bc0ef8e253cfcc4de54ecc.tar.gz
Minor spacing fix (#7669)
-rw-r--r--README.rst4
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