summaryrefslogtreecommitdiff
path: root/doc/build/tutorial/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/tutorial/index.rst')
-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 ea9b091f3..1aa20d172 100644
--- a/doc/build/tutorial/index.rst
+++ b/doc/build/tutorial/index.rst
@@ -155,7 +155,7 @@ used, which will be seen as the tutorial describes the :class:`_engine.Engine`
and :class:`_orm.Session` objects. These flags fully enable 2.0-compatibility
mode and allow the code in the tutorial to proceed fully. When using the
``future`` flag with the :func:`_sa.create_engine` function, the object
-returned is a sublass of :class:`sqlalchemy.engine.Engine` described as
+returned is a subclass of :class:`sqlalchemy.engine.Engine` described as
:class:`sqlalchemy.future.Engine`. This tutorial will be referring to
:class:`sqlalchemy.future.Engine`.