]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Typo
authorFrancisco Capdevila <fjcapdevila@gmail.com>
Thu, 22 Dec 2016 18:08:23 +0000 (15:08 -0300)
committerGitHub <noreply@github.com>
Thu, 22 Dec 2016 18:08:23 +0000 (15:08 -0300)
doc/build/orm/session_basics.rst

index 198603b1833b597e917796ddfdd2224f1bef7a4e..18610d3f0319b4fddbdccc05c9f07d1c1725a5e8 100644 (file)
@@ -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.