An user -> a user

This commit is contained in:
Lonami Exo
2018-09-22 19:18:42 +02:00
parent d5d3733fd4
commit ec0aa65fe1
11 changed files with 19 additions and 19 deletions

View File

@@ -47,14 +47,14 @@ how the library refers to either of these:
.. code-block:: python
# The method will infer that you've passed an username
# The method will infer that you've passed a username
# It also accepts phone numbers, and will get the user
# from your contact list.
lonami = client.get_entity('lonami')
The so called "entities" are another important whole concept on its own,
but for now you don't need to worry about it. Simply know that they are
a good way to get information about an user, chat or channel.
a good way to get information about a user, chat or channel.
Many other common methods for quick scripts are also available: