You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/10/07 13:16:00 UTC

[4/5] git commit: Updat docstring.

Updat docstring.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/0ece13d2
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/0ece13d2
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/0ece13d2

Branch: refs/heads/trunk
Commit: 0ece13d2db28b0d42239f17c325cfa644c50f1c8
Parents: 9bbf21c
Author: Tomaz Muraus <to...@apache.org>
Authored: Mon Oct 7 13:09:11 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Mon Oct 7 13:09:11 2013 +0200

----------------------------------------------------------------------
 libcloud/pricing.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/0ece13d2/libcloud/pricing.py
----------------------------------------------------------------------
diff --git a/libcloud/pricing.py b/libcloud/pricing.py
index a4e9747..5e4cb89 100644
--- a/libcloud/pricing.py
+++ b/libcloud/pricing.py
@@ -133,7 +133,7 @@ def get_size_price(driver_type, driver_name, size_id):
     :param size_id: Unique size ID (can be an integer or a string - depends on
                     the driver)
 
-    :rtype: ``int``
+    :rtype: ``float``
     :return: Size price.
     """
     pricing = get_pricing(driver_type=driver_type, driver_name=driver_name)