summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAndrew Welleck <awellec@us.ibm.com>2016-02-23 15:02:03 -0600
committerAndrew Welleck <awellec@us.ibm.com>2016-06-09 13:51:26 -0500
commit439330cb9caa88d455ee0770d32ad7bc77db0b2a (patch)
tree97f36b30f6724b50e61bef1df4f38eceb4fbade2 /README.rst
parent3a6c14981dbd26e12b7d77ebfbb501607557b97c (diff)
downloadpython-swiftclient-439330cb9caa88d455ee0770d32ad7bc77db0b2a.tar.gz
Query string functionality for containers
Added functionality for arbitrary query strings to be passed into container functions. Additionally a minor typo correction in the README. Added unit tests for query string functionality. Closes-Bug: #1542459 Change-Id: Ica2cb3ea439632588388e748d8d2e944e9ed4fa4
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 3677406..cd5efc3 100644
--- a/README.rst
+++ b/README.rst
@@ -17,7 +17,7 @@ in the `OpenStack wiki`__.
__ http://docs.openstack.org/infra/manual/developers.html
-This code is based on original the client previously included with
+This code is based on the original client previously included with
`OpenStack's Swift`__ The python-swiftclient is licensed under the
Apache License like the rest of OpenStack.