]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo in session docs
authorAdrian Moennich <adrian@planetcoding.net>
Sat, 9 Jan 2016 19:35:19 +0000 (20:35 +0100)
committerAdrian Moennich <adrian@planetcoding.net>
Sat, 9 Jan 2016 19:35:19 +0000 (20:35 +0100)
doc/build/orm/session_basics.rst

index dd116221621ec1f3300b0936926cc8104970b1dc..0f96ba50a3575a20064953c523001a2563aea37d 100644 (file)
@@ -247,7 +247,7 @@ While there's no one-size-fits-all recommendation for how transaction
 scope should be determined, there are common patterns.   Especially
 if one is writing a web application, the choice is pretty much established.
 
-A web application is the easiest case because such an appication is already
+A web application is the easiest case because such an application is already
 constructed around a single, consistent scope - this is the **request**,
 which represents an incoming request from a browser, the processing
 of that request to formulate a response, and finally the delivery of that