Skip to content

Commit a8aecaa

Browse files
committed
Minor style update
1 parent 19407b9 commit a8aecaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/request/connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ def _randomizeParameter(paramString, randomParameter):
676676
if post:
677677
if conf.skipUrlEncode is None:
678678
_ = (post or "").strip()
679-
if _.startswith("<") and _.endswith(">"):
679+
if _.startswith('<') and _.endswith('>'):
680680
msg = "provided POST data looks "
681681
msg += "like it's in XML format. "
682682
msg += "Do you want to turn off URL encoding "

0 commit comments

Comments
 (0)