mautrix / python

A Python 3 asyncio Matrix framework.
Mozilla Public License 2.0
183 stars 74 forks source link

fix typo: seconds -> milliseconds #155

Closed gabrc52 closed 1 year ago

gabrc52 commented 1 year ago

For set_typing, the documentation says the timeout is in seconds, but the Matrix API docs say it is in milliseconds. Since the code does not do any conversion between seconds to milliseconds, it uses milliseconds, so I am updating the docstring to be correct.