From: spollard Date: Fri, 4 Feb 2022 22:23:20 +0000 (-0700) Subject: Minor spacing fix (#7669) X-Git-Tag: rel_2_0_0b1~497 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0566df2f79c7aae978bc0ef8e253cfcc4de54ecc;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Minor spacing fix (#7669) --- 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