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/08/04 20:24:56 UTC

[5/9] git commit: Update invalid docstring.

Update invalid docstring.


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

Branch: refs/heads/trunk
Commit: 63af5b378783d98aca9a1283a10192a8cb2c44d3
Parents: ffb4d46
Author: Tomaz Muraus <to...@apache.org>
Authored: Sun Aug 4 20:13:51 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Aug 4 20:13:51 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/63af5b37/libcloud/compute/base.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/base.py b/libcloud/compute/base.py
index 0a84dd2..9985b66 100644
--- a/libcloud/compute/base.py
+++ b/libcloud/compute/base.py
@@ -666,7 +666,7 @@ class NodeDriver(BaseDriver):
         :type ssh_port: ``int``
 
         :param ssh_timeout: Optional SSH connection timeout in seconds
-                                 (default is None)
+                                 (default is 10)
         :type ssh_timeout: ``float``
 
         :param auth:   Initial authentication information for the node