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

Skip to content

Commit 2f129b0

Browse files
committed
"Please consider to provide" is a bad English
1 parent 1440c9f commit 2f129b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/techniques/blind/inference.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
115115
numThreads = 1
116116

117117
if conf.threads == 1 and not timeBasedCompare:
118-
warnMsg = "running in a single-thread mode. Please consider to "
119-
warnMsg += "provide --threads switch to speedup data fetching"
118+
warnMsg = "running in a single-thread mode. Please consider "
119+
warnMsg += "providing --threads switch to speedup data fetching"
120120
singleTimeWarnMessage(warnMsg)
121121

122122
if conf.verbose in (1, 2) and not showEta:

0 commit comments

Comments
 (0)