type -> rtype.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6f383935 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6f383935 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6f383935 Branch: refs/heads/trunk Commit: 6f383935ae859bb02be91fc3d8e1bb2790dbab7e Parents: 5cd9322 Author: Tomaz Muraus <[email protected]> Authored: Tue Nov 5 19:00:40 2013 +0000 Committer: Tomaz Muraus <[email protected]> Committed: Tue Nov 5 19:00:40 2013 +0000 ---------------------------------------------------------------------- libcloud/compute/drivers/ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/6f383935/libcloud/compute/drivers/ec2.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/ec2.py b/libcloud/compute/drivers/ec2.py index 50528b9..502242c 100644 --- a/libcloud/compute/drivers/ec2.py +++ b/libcloud/compute/drivers/ec2.py @@ -1311,7 +1311,7 @@ class BaseEC2NodeDriver(NodeDriver): :return: A dictionary or other mapping of strings to strings, associating tag names with tag values. - :type tags: ``dict`` + :rtype tags: ``dict`` """ return node.extra['tags']
