Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54e9a1f

Browse files
committed
Minor style update
1 parent 570d307 commit 54e9a1f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

lib/request/methodrequest.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77

88
import urllib2
99

10-
1110
class MethodRequest(urllib2.Request):
12-
'''
11+
"""
1312
Used to create HEAD/PUT/DELETE/... requests with urllib2
14-
'''
13+
"""
1514

1615
def set_method(self, method):
1716
self.method = method.upper()

0 commit comments

Comments
 (0)