summaryrefslogtreecommitdiff
path: root/doc/build/tutorial
diff options
context:
space:
mode:
authorSebastián Ramírez <tiangolo@gmail.com>2021-04-26 21:49:38 +0200
committerGitHub <noreply@github.com>2021-04-26 21:49:38 +0200
commitcf329ec33153307968828b46a4466850ebcf374e (patch)
tree178cd73ffd28a3fe4f5de3ef37777323ea7b6608 /doc/build/tutorial
parentb51850fd8887ee2a5777214e21ad136e2c1865f2 (diff)
downloadsqlalchemy-cf329ec33153307968828b46a4466850ebcf374e.tar.gz
✏️ 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.
Diffstat (limited to 'doc/build/tutorial')
-rw-r--r--doc/build/tutorial/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build/tutorial/index.rst b/doc/build/tutorial/index.rst
index d7f513860..ea9b091f3 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