From: JMcB17 Date: Sun, 19 Sep 2021 16:30:24 +0000 (+0100) Subject: Remove misplaced apostrophe in tutorial/index.rst (#7043) X-Git-Tag: rel_1_4_24~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=222ea42ec56f90315a30b7eff94a2f56ca10e02d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Remove misplaced apostrophe in tutorial/index.rst (#7043) Citation: http://www.sussex.ac.uk/informatics/punctuation/apostrophe/possessives --- 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.