From: Vladimir Rutsky Date: Wed, 11 Mar 2015 13:55:56 +0000 (+0300) Subject: fix typo: "initalization" X-Git-Tag: v4.2.0b1~67^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b3f414ae79fe14bc8802af438ea08e78dc13735;p=thirdparty%2Ftornado.git fix typo: "initalization" --- diff --git a/docs/guide/structure.rst b/docs/guide/structure.rst index 57d7b82a4..8527f4af6 100644 --- a/docs/guide/structure.rst +++ b/docs/guide/structure.rst @@ -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