summaryrefslogtreecommitdiff
path: root/doc/build/orm/extensions/asyncio.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/orm/extensions/asyncio.rst')
-rw-r--r--doc/build/orm/extensions/asyncio.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/extensions/asyncio.rst b/doc/build/orm/extensions/asyncio.rst
index a7d2fb16b..4e48ab74b 100644
--- a/doc/build/orm/extensions/asyncio.rst
+++ b/doc/build/orm/extensions/asyncio.rst
@@ -587,7 +587,7 @@ The above example prints something along the lines of::
particular SQLAlchemy API has been invoked by end-user code, and *before*
some other internal aspect of that API occurs.
- Constrast this to the architecture of the asyncio extension, which takes
+ Contrast this to the architecture of the asyncio extension, which takes
place on the **exterior** of SQLAlchemy's usual flow from end-user API to
DBAPI function.