Tutorial: fixed typo in 'First steps: A simple command plugin' section

This commit is contained in:
Jason Gerard DeRose 2008-11-14 14:49:48 -07:00
parent 1abe3abb87
commit caa98476f0

View File

@ -110,7 +110,7 @@ Notice that we are registering the ``my_command`` class itself, not an
instance of ``my_command``.
Until `plugable.API.finalize()` is called, your plugin class has not been
instantiated nor the does the ``Command`` namespace yet exist. For example:
instantiated nor does the ``Command`` namespace yet exist. For example:
>>> hasattr(api, 'Command')
False