Repository: libcloud Updated Branches: refs/heads/trunk b52e27263 -> f7a9ba0ca
Fixed typo in storage.base.Object docstring. Closes #263 Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f7a9ba0c Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f7a9ba0c Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f7a9ba0c Branch: refs/heads/trunk Commit: f7a9ba0ca965636964b2881b56999d232fa82b85 Parents: b52e272 Author: Jannis Leidel <[email protected]> Authored: Thu Mar 13 14:04:59 2014 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Thu Mar 13 15:01:08 2014 +0100 ---------------------------------------------------------------------- libcloud/storage/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/f7a9ba0c/libcloud/storage/base.py ---------------------------------------------------------------------- diff --git a/libcloud/storage/base.py b/libcloud/storage/base.py index cbfff9c..b5e88ff 100644 --- a/libcloud/storage/base.py +++ b/libcloud/storage/base.py @@ -63,7 +63,7 @@ class Object(object): :param size: Object size in bytes. :type size: ``int`` - :param hash Object hash. + :param hash: Object hash. :type hash: ``str`` :param container: Object container.
