]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
fix typo: "initalization" 1375/head
authorVladimir Rutsky <rutsky@users.noreply.github.com>
Wed, 11 Mar 2015 13:55:56 +0000 (16:55 +0300)
committerVladimir Rutsky <rutsky@users.noreply.github.com>
Wed, 11 Mar 2015 13:55:56 +0000 (16:55 +0300)
docs/guide/structure.rst

index 57d7b82a416b6b6cbbc4d5ab5ad60648d278ac44..8527f4af66ae9be0737e58ed3bdf7c69978950f7 100644 (file)
@@ -175,7 +175,7 @@ necessary. On every request, the following sequence of calls takes
 place:
 
 1. A new `.RequestHandler` object is created on each request
-2. `~.RequestHandler.initialize()` is called with the initalization
+2. `~.RequestHandler.initialize()` is called with the initialization
    arguments from the `.Application` configuration. ``initialize``
    should typically just save the arguments passed into member
    variables; it may not produce any output or call methods like