From: Sebastián Ramírez Date: Mon, 26 Apr 2021 19:49:38 +0000 (+0200) Subject: ✏️ Fix small typos in SQLAlchemy 1.4 / 2.0 Tutorial (#6358) X-Git-Tag: rel_1_4_12~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf329ec33153307968828b46a4466850ebcf374e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git ✏️ Fix small typos in SQLAlchemy 1.4 / 2.0 Tutorial (#6358) * ✏️ Fix small typos in SQLAlchemy 1.4 / 2.0 Tutorial * ⏪ Revert bikeshedding about "they", "we" as I'm not sure changing to "they" actually helps disambiguate or not, so better to leave as it is. --- diff --git a/doc/build/tutorial/index.rst b/doc/build/tutorial/index.rst index d7f5138606..ea9b091f32 100644 --- a/doc/build/tutorial/index.rst +++ b/doc/build/tutorial/index.rst @@ -71,7 +71,7 @@ Tutorial Overview The tutorial will present both concepts in the natural order that they should be learned, first with a mostly-Core-centric approach and then -spanning out into a more ORM-centric concepts. +spanning out into more ORM-centric concepts. The major sections of this tutorial are as follows: @@ -116,7 +116,7 @@ The major sections of this tutorial are as follows: of how it's used, with links to deeper documentation. * :ref:`tutorial_further_reading` lists a series of major top-level - documentation sections which fully documents the concepts introduced in this + documentation sections which fully document the concepts introduced in this tutorial. @@ -131,7 +131,7 @@ written with a ``>>>`` are actually run as part of SQLAlchemy's test suite, and the reader is invited to work with the code examples given in real time with their own Python interpreter. -If running the examples, it is advised that the reader perform quick check to +If running the examples, it is advised that the reader performs a quick check to verify that we are on **version 1.4** of SQLAlchemy: .. sourcecode:: pycon+sql