summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Capdevila <fjcapdevila@gmail.com>2016-12-22 15:08:23 -0300
committerGitHub <noreply@github.com>2016-12-22 15:08:23 -0300
commit8f191ec3b87ccf9038d532ea672bdd5978793891 (patch)
treebf04d7e897109d98e54f342d9100199579993ed9
parentf472405e598ad3088308db8bfef2879a57b26025 (diff)
downloadsqlalchemy-8f191ec3b87ccf9038d532ea672bdd5978793891.tar.gz
Typo
-rw-r--r--doc/build/orm/session_basics.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/session_basics.rst b/doc/build/orm/session_basics.rst
index 198603b18..18610d3f0 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.