From 5be9b7e31095f79560aaeb1c1583719db7dd0e8f Mon Sep 17 00:00:00 2001 From: Shashirekha Gundur Date: Thu, 7 Jul 2016 21:59:26 +0000 Subject: fixing nit picks in python-swiftclient doc Change-Id: Ifde19be175ea828a3137951a0382492434727b5b --- doc/manpages/swift.1 | 2 +- doc/source/client-api.rst | 2 +- doc/source/service-api.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manpages/swift.1 b/doc/manpages/swift.1 index 575adbe..beefb81 100644 --- a/doc/manpages/swift.1 +++ b/doc/manpages/swift.1 @@ -103,7 +103,7 @@ For more details and options see swift delete \-\-help. \fBcapabilities\fR [\fIproxy-url\fR] .RS 4 Displays cluster capabilities. The output includes the list of the activated -Swift middlewares as well as relevant options for each ones. Addtionaly the +Swift middlewares as well as relevant options for each one. Additionally the command displays relevant options for the Swift core. If the proxy-url option is not provided the storage-url retrieved after authentication is used as proxy-url. diff --git a/doc/source/client-api.rst b/doc/source/client-api.rst index 5677f70..b0bb637 100644 --- a/doc/source/client-api.rst +++ b/doc/source/client-api.rst @@ -12,7 +12,7 @@ Authentication -------------- This section covers the various combinations of kwargs required when creating -and instance of the ``Connection`` object for communicating with a swift +an instance of the ``Connection`` object for communicating with a swift object store. The combinations of options required for each authentication version are detailed below, but are just a subset of those that can be used to successfully authenticate. These diff --git a/doc/source/service-api.rst b/doc/source/service-api.rst index d165e5e..6610743 100644 --- a/doc/source/service-api.rst +++ b/doc/source/service-api.rst @@ -208,7 +208,7 @@ Options when the source of an upload is ``None``. ``checksum``: ``True`` - Affects uploads and downloads, and means if check md5 for downloads/uploads. + Affects uploads and downloads. If set check md5 sum for the transfer. ``shuffle``: ``False`` When downloading objects, the default behaviour of the CLI is to shuffle -- cgit v1.2.1