From b4d97079b6a74e9a2001b50c66b9eee6bc57ba66 Mon Sep 17 00:00:00 2001
From: Martin Geisler <martin@geisler.net>
Date: Mon, 26 May 2014 10:27:18 +0200
Subject: [PATCH] Remove extra double quote from docstring

The extra " was visible on

  http://docs.openstack.org/developer/python-swiftclient/swiftclient.html

Change-Id: I7d61c8259a4f13464c11ae7e3fa28eb3a58e4baa
---
 swiftclient/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swiftclient/__init__.py b/swiftclient/__init__.py
index c4b7d45d..169d92ba 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 *