summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Geisler <martin@geisler.net>2014-05-26 10:27:18 +0200
committerMartin Geisler <martin@geisler.net>2014-05-26 11:30:23 +0200
commitb4d97079b6a74e9a2001b50c66b9eee6bc57ba66 (patch)
tree57142a8fd5f10940242254c8b1e7c9f6f597b2a8
parent1d8193392180ae3b09af37c83abd1a10b8904f97 (diff)
downloadpython-swiftclient-b4d97079b6a74e9a2001b50c66b9eee6bc57ba66.tar.gz
Remove extra double quote from docstring
The extra " was visible on http://docs.openstack.org/developer/python-swiftclient/swiftclient.html Change-Id: I7d61c8259a4f13464c11ae7e3fa28eb3a58e4baa
-rw-r--r--swiftclient/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swiftclient/__init__.py b/swiftclient/__init__.py
index c4b7d45..169d92b 100644
--- a/swiftclient/__init__.py
+++ b/swiftclient/__init__.py
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-""""
+"""
OpenStack Swift Python client binding.
"""
from .client import *