Skip to content

Commit

Permalink
fix typo: "initalization"
Browse files Browse the repository at this point in the history
  • Loading branch information
rutsky committed Mar 11, 2015
1 parent 0dd94b9 commit 9b3f414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b3f414

Please sign in to comment.