summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ryu/app/wsapi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ryu/app/wsapi.py b/ryu/app/wsapi.py
index 1b7b35fb..94faedd2 100644
--- a/ryu/app/wsapi.py
+++ b/ryu/app/wsapi.py
@@ -484,8 +484,8 @@ class WSPathArbitraryString(WSPathComponent):
WSPathComponent.__init__(self)
self._name = name
- def __str__(self):
- return self._name
+ def __str__(self):
+ return self._name
def extract(self, pc, data):
if pc == None: