Fix typo.

This commit is contained in:
Valentin Lorentz 2014-01-26 22:31:46 +01:00
parent 600ccdbd3e
commit 1867b29e27

View File

@ -24,7 +24,7 @@ Make sure you always call the parent's ``__init__``.
When a plugin is unloaded (or is to be reloaded), the ``die`` When a plugin is unloaded (or is to be reloaded), the ``die``
method is called (with no parameter). method is called (with no parameter).
Also make sure you always call the parent's ``__init__``. Also make sure you always call the parent's ``die``.
Commands and numerics Commands and numerics
===================== =====================