From 222ea42ec56f90315a30b7eff94a2f56ca10e02d Mon Sep 17 00:00:00 2001 From: JMcB17 Date: Sun, 19 Sep 2021 17:30:24 +0100 Subject: [PATCH] Remove misplaced apostrophe in tutorial/index.rst (#7043) Citation: http://www.sussex.ac.uk/informatics/punctuation/apostrophe/possessives --- doc/build/tutorial/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/tutorial/index.rst b/doc/build/tutorial/index.rst index 1aa20d1721..cb6c2feae3 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. -- 2.47.2