Repository: libcloud Updated Branches: refs/heads/trunk de69e15f1 -> b328757ab
README.rst: Minor grammar improvements Closes #425 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/b328757a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b328757a Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b328757a Branch: refs/heads/trunk Commit: b328757abf498582628df3a52cd7df8ebfd2a1e6 Parents: de69e15 Author: Marc Abramowitz <[email protected]> Authored: Tue Dec 30 15:06:55 2014 -0800 Committer: Tomaz Muraus <[email protected]> Committed: Wed Dec 31 12:32:16 2014 +0100 ---------------------------------------------------------------------- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/b328757a/README.rst ---------------------------------------------------------------------- diff --git a/README.rst b/README.rst index 5a6352c..6b479ca 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API. -Resource you can manage with Libcloud are divided in the following categories: +Resources you can manage with Libcloud are divided into the following categories: * **Compute** - Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace Cloud Servers (``libcloud.compute.*``)
