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

Skip to content

Commit 3570b4a

Browse files
committed
minor fix
1 parent fff7fe8 commit 3570b4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tamper/space2plus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
def tamper(place, value):
1414
"""
1515
Replaces ' ' with '/**/'
16-
Example: 'SELECT id FROM users' becomes 'SELECT+id+FROM users'
16+
Example: 'SELECT id FROM users' becomes 'SELECT+id+FROM+users'
1717
"""
1818

1919
retVal = value

0 commit comments

Comments
 (0)