Examples typo fix

This fixes a simple typo in the basic examples used in the tutorial.

Change-Id: I914676c91def2fe611b69735141b3ceb342d26a7
Signed-off-by: Cleber Rosa <cleber.gnu@gmail.com>
This commit is contained in:
Cleber Rosa 2015-08-28 14:32:08 -03:00
parent d229c846c6
commit e833f8709f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import six
@six.add_metaclass(abc.ABCMeta)
class FormatterBase(object):
"""Base class for example plugin used in the tutoral.
"""Base class for example plugin used in the tutorial.
"""
def __init__(self, max_width=60):