summaryrefslogtreecommitdiff
path: root/doc/build/tutorial
diff options
context:
space:
mode:
authorJMcB17 <joel.mcbride1@live.com>2021-09-19 17:30:24 +0100
committerGitHub <noreply@github.com>2021-09-19 18:30:24 +0200
commit222ea42ec56f90315a30b7eff94a2f56ca10e02d (patch)
tree09bc312a0ec2e741d15a42e313800af0c5e176c1 /doc/build/tutorial
parent4d9bc42f52e2c37e4285cce0a41bfd9b030834b7 (diff)
downloadsqlalchemy-222ea42ec56f90315a30b7eff94a2f56ca10e02d.tar.gz
Remove misplaced apostrophe in tutorial/index.rst (#7043)
Citation: http://www.sussex.ac.uk/informatics/punctuation/apostrophe/possessives
Diffstat (limited to 'doc/build/tutorial')
-rw-r--r--doc/build/tutorial/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/tutorial/index.rst b/doc/build/tutorial/index.rst
index 1aa20d172..cb6c2feae 100644
--- a/doc/build/tutorial/index.rst
+++ b/doc/build/tutorial/index.rst
@@ -91,7 +91,7 @@ The major sections of this tutorial are as follows:
:class:`_engine.Engine` object; here's how to create one.
* :ref:`tutorial_working_with_transactions` - the usage API of the
- :class:`_engine.Engine` and it's related objects :class:`_engine.Connection`
+ :class:`_engine.Engine` and its related objects :class:`_engine.Connection`
and :class:`_result.Result` are presented here. This content is Core-centric
however ORM users will want to be familiar with at least the
:class:`_result.Result` object.