Remove lies

This commit is contained in:
Tulir Asokan 2019-01-20 21:11:36 +02:00 committed by GitHub
parent b0883148f5
commit 5587551a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,6 @@ request we do:
.. code-block:: python
result = client(SendMessageRequest(peer, 'Hello there!'))
# __call__ is an alias for client.invoke(request). Both will work
Message sent! Of course, this is only an example. There are over 250
methods available as of layer 80, and you can use every single of them