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 2014/01/06 18:54:13 UTC

[8/8] git commit: docs: Reword some stuff.

docs: Reword some stuff.


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

Branch: refs/heads/trunk
Commit: 14e3f0e62963bd1ef7d63347cc6f4181ab4bf788
Parents: 6d48b14
Author: Tomaz Muraus <to...@apache.org>
Authored: Mon Jan 6 18:45:52 2014 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Mon Jan 6 18:45:52 2014 +0100

----------------------------------------------------------------------
 docs/storage/drivers/openstack_swift.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/14e3f0e6/docs/storage/drivers/openstack_swift.rst
----------------------------------------------------------------------
diff --git a/docs/storage/drivers/openstack_swift.rst b/docs/storage/drivers/openstack_swift.rst
index 2d64add..cac8185 100644
--- a/docs/storage/drivers/openstack_swift.rst
+++ b/docs/storage/drivers/openstack_swift.rst
@@ -17,7 +17,7 @@ the driver constructor:
 
 For more information about other keyword arguments you can pass to the
 constructor, please refer to the :ref:`Connecting to the OpenStack installation
-section <connecting-to-openstack-installation>` of our documentation.
+<connecting-to-openstack-installation>` section of our documentation.
 
 Examples
 --------
@@ -26,7 +26,8 @@ Examples
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 This example shows how to connect to a Swift installation which uses a
-non-default value for the service name attribute in the service catalog.
+non-default value (``Object Storage Service``) for the service name attribute
+in the service catalog.
 
 .. literalinclude:: /examples/storage/swift/connect_to_swift.py
    :language: python