[docs] Fix typo (#2691)

This commit is contained in:
El Laggron 2019-05-16 23:03:09 +02:00 committed by Michael H
parent c5d2ae5831
commit db3fb29b30

View File

@ -169,7 +169,7 @@ Trivia
Utility Functions Utility Functions
----------------- -----------------
* New: ``chat_formatting.humaize_timedelta`` (`#2412`_) * New: ``chat_formatting.humanize_timedelta`` (`#2412`_)
* ``Tunnel`` - Spelling correction of method name - changed ``files_from_attatch`` to ``files_from_attach`` (old name is left for backwards compatibility) (`#2496`_) * ``Tunnel`` - Spelling correction of method name - changed ``files_from_attatch`` to ``files_from_attach`` (old name is left for backwards compatibility) (`#2496`_)
* ``Tunnel`` - fixed behavior of ``react_close()``, now when tunnel closes message will be sent to other end (`#2507`_) * ``Tunnel`` - fixed behavior of ``react_close()``, now when tunnel closes message will be sent to other end (`#2507`_)
* ``chat_formatting.humanize_list`` - Improved error handling of empty lists (`#2597`_) * ``chat_formatting.humanize_list`` - Improved error handling of empty lists (`#2597`_)