From cf329ec33153307968828b46a4466850ebcf374e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 26 Apr 2021 21:49:38 +0200 Subject: [PATCH] =?utf8?q?=E2=9C=8F=EF=B8=8F=20Fix=20small=20typos=20in=20?= =?utf8?q?SQLAlchemy=201.4=20/=202.0=20Tutorial=20(#6358)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * ✏️ 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. --- doc/build/tutorial/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3