From: Francisco Capdevila Date: Thu, 22 Dec 2016 18:08:23 +0000 (-0300) Subject: Typo X-Git-Tag: rel_1_1_5~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f191ec3b87ccf9038d532ea672bdd5978793891;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Typo --- 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.