From 0566df2f79c7aae978bc0ef8e253cfcc4de54ecc Mon Sep 17 00:00:00 2001 From: spollard Date: Fri, 4 Feb 2022 15:23:20 -0700 Subject: [PATCH] Minor spacing fix (#7669) --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ad384e6212..f0280f77b2 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 -- 2.47.2