From 8f191ec3b87ccf9038d532ea672bdd5978793891 Mon Sep 17 00:00:00 2001 From: Francisco Capdevila Date: Thu, 22 Dec 2016 15:08:23 -0300 Subject: [PATCH] Typo --- doc/build/orm/session_basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/session_basics.rst b/doc/build/orm/session_basics.rst index 198603b183..18610d3f03 100644 --- a/doc/build/orm/session_basics.rst +++ b/doc/build/orm/session_basics.rst @@ -88,7 +88,7 @@ be set up as in the example above, using the ``bind`` argument. When you write your application, place the :class:`.sessionmaker` factory at the global level. This factory can then -be used by the rest of the applcation as the source of new :class:`.Session` +be used by the rest of the application as the source of new :class:`.Session` instances, keeping the configuration for how :class:`.Session` objects are constructed in one place. -- 2.47.3