Fix a typo.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/3e3bcade Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/3e3bcade Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/3e3bcade Branch: refs/heads/trunk Commit: 3e3bcade231f27a4e1ac3755e2279475009a39cf Parents: 5227ca0 Author: Tomaz Muraus <[email protected]> Authored: Sun Nov 17 20:36:11 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Nov 17 20:36:11 2013 +0100 ---------------------------------------------------------------------- libcloud/compute/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/3e3bcade/libcloud/compute/base.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/base.py b/libcloud/compute/base.py index 9feb22c..7b33aca 100644 --- a/libcloud/compute/base.py +++ b/libcloud/compute/base.py @@ -171,7 +171,7 @@ class Node(UuidMixin): :param image: Image of this node. (optional) :type size: :class:`.NodeImage: - :param extra: Optional provided specific attributes associated with + :param extra: Optional provider specific attributes associated with this node. :type extra: ``dict``
