From f55018abd91fb2ee01a8bf9d2a72305c5698d400 Mon Sep 17 00:00:00 2001 From: Rahiel Kasim Date: Sun, 15 Oct 2017 16:59:41 +0200 Subject: [PATCH] CHANGES.rst: fix some typo's (#874) --- CHANGES.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index aa00320e0..fec0cb766 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,11 +15,11 @@ New features - Support Bot API 3.4 (PR `#865`_). Changes -- MessgaeHandler & RegexHandler now consider channel_updates. +- MessageHandler & RegexHandler now consider channel_updates. - Fix command not recognized if it is directly followed by a newline (PR `#869`_). - Removed Bot._message_wrapper (PR `#822`_). -- Unitests are now also running on Appveyor (Windows VM). -- Various unitest improvments. +- Unitests are now also running on AppVeyor (Windows VM). +- Various unitest improvements. - Documentation fixes. .. _`#822`: https://github.com/python-telegram-bot/python-telegram-bot/pull/822 @@ -51,7 +51,7 @@ Changes - Warn on small con_pool_size during custom initalization of Updater (PR `#793`_). - Catch exceptions in error handlerfor errors that happen during polling (PR `#810`_). - For testing we switched to pytest (PR `#788`_). -- Lot's of small improvements to our tests and documentation. +- Lots of small improvements to our tests and documentation. .. _`see docs`: http://python-telegram-bot.readthedocs.io/en/stable/telegram.ext.dispatcher.html#telegram.ext.Dispatcher.add_handler