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