From 9b3f414ae79fe14bc8802af438ea08e78dc13735 Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Wed, 11 Mar 2015 16:55:56 +0300 Subject: [PATCH] fix typo: "initalization" --- docs/guide/structure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2