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

Skip to content

Commit d2f102f

Browse files
committed
cosmetics
1 parent 148fb26 commit d2f102f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/request/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def getHeuristicCharEncoding(page):
143143
"""
144144
retVal = detect(page)['encoding']
145145

146-
infoMsg = "heuristics detected web page charset '%s'." % retVal
146+
infoMsg = "heuristics detected web page charset '%s'" % retVal
147147
singleTimeLogMessage(infoMsg, logging.INFO, retVal)
148148

149149
return retVal

0 commit comments

Comments
 (0)