docs: Fix a typo.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c03723d9 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c03723d9 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/c03723d9 Branch: refs/heads/trunk Commit: c03723d9195eb330698ca980f3c3739ebc5b6aa0 Parents: 090bb02 Author: Tomaz Muraus <[email protected]> Authored: Thu Oct 17 20:03:44 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Thu Oct 17 20:03:44 2013 +0200 ---------------------------------------------------------------------- docs/storage/drivers/google_storage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/c03723d9/docs/storage/drivers/google_storage.rst ---------------------------------------------------------------------- diff --git a/docs/storage/drivers/google_storage.rst b/docs/storage/drivers/google_storage.rst index eb454ce..e9b89d3 100644 --- a/docs/storage/drivers/google_storage.rst +++ b/docs/storage/drivers/google_storage.rst @@ -16,7 +16,7 @@ project id header. API Docs -------- -.. autoclass:: libcloud.storage.driver.google_storage.GoogleStorageDriver +.. autoclass:: libcloud.storage.drivers.google_storage.GoogleStorageDriver :members: :inherited-members:
