Skip to content

Commit f443003

Browse files
committed
Small change in the documentation.
1 parent afc36a2 commit f443003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram/utils/webhookhandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def log_message(self, format, *args):
114114
string contains any % escapes requiring parameters, they should be specified as subsequent
115115
arguments (it's just like printf!).
116116
117-
The client ip and current date/time are prefixed to every message.
117+
The client ip is prefixed to every message.
118118
"""
119119

120120
self.logger.debug("%s - - %s" % (self.address_string(), format % args))

0 commit comments

Comments
 (0)