From e833f8709f92359fcdeedabd86d1f54087f17e2c Mon Sep 17 00:00:00 2001 From: Cleber Rosa Date: Fri, 28 Aug 2015 14:32:08 -0300 Subject: Examples typo fix This fixes a simple typo in the basic examples used in the tutorial. Change-Id: I914676c91def2fe611b69735141b3ceb342d26a7 Signed-off-by: Cleber Rosa --- stevedore/example/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stevedore') diff --git a/stevedore/example/base.py b/stevedore/example/base.py index 1c8ca4c..ec95424 100644 --- a/stevedore/example/base.py +++ b/stevedore/example/base.py @@ -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): -- cgit v1.2.1