From f443003408aeff2eca3cefe0ebe77c5e97d25be6 Mon Sep 17 00:00:00 2001 From: Mikki Weesenaar Date: Tue, 12 Jul 2016 13:45:37 +0200 Subject: [PATCH] Small change in the documentation. --- telegram/utils/webhookhandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram/utils/webhookhandler.py b/telegram/utils/webhookhandler.py index 672dbb6db..9d23aef9c 100644 --- a/telegram/utils/webhookhandler.py +++ b/telegram/utils/webhookhandler.py @@ -114,7 +114,7 @@ class WebhookHandler(BaseHTTPServer.BaseHTTPRequestHandler, object): string contains any % escapes requiring parameters, they should be specified as subsequent arguments (it's just like printf!). - The client ip and current date/time are prefixed to every message. + The client ip is prefixed to every message. """ self.logger.debug("%s - - %s" % (self.address_string(), format % args))