]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Remove misplaced apostrophe in tutorial/index.rst (#7043)
authorJMcB17 <joel.mcbride1@live.com>
Sun, 19 Sep 2021 16:30:24 +0000 (17:30 +0100)
committerGitHub <noreply@github.com>
Sun, 19 Sep 2021 16:30:24 +0000 (18:30 +0200)
Citation: http://www.sussex.ac.uk/informatics/punctuation/apostrophe/possessives

doc/build/tutorial/index.rst

index 1aa20d1721b329aa9ad5b4d44cdb86a80dd8a31a..cb6c2feae3afc3fc0de41dbbd390490800416023 100644 (file)
@@ -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.