Repository: libcloud Updated Branches: refs/heads/trunk 48f0eebc5 -> 63b8045b0
Fix typo Closes #344 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/63b8045b Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/63b8045b Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/63b8045b Branch: refs/heads/trunk Commit: 63b8045b0fd7ad7bfe0569b7344eee846c262758 Parents: 48f0eeb Author: Carlos Valiente <[email protected]> Authored: Sat Aug 2 15:23:49 2014 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Aug 3 11:08:23 2014 +0200 ---------------------------------------------------------------------- docs/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/63b8045b/docs/testing.rst ---------------------------------------------------------------------- diff --git a/docs/testing.rst b/docs/testing.rst index 3cef350..f8a1885 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -19,7 +19,7 @@ dependencies installed: use tox to run the tests with all the supported Python versions * ``mock`` (``pip install mock``) * ``lockfile`` (``pip install lockfile``) - only used in the local storage - storage driver + driver * ``coverage`` (``pip install coverage``) - you only need this library if you want to generate a test coverage report
