File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ Annotations
1010The Telegraph class (``aiograph.Telegraph ``) encapsulates all API calls in a single class.
1111It provides functions such as create_page, get_views and other's methods described at `Telegra.ph/api <http://telegra.ph/api >`_ page
1212
13- In the package ``aiograph.types `` stored all data types .
13+ All data types stored In the package ``aiograph.types ``.
1414
1515All methods are named following the `PEP-8 <https://www.python.org/dev/peps/pep-0008/ >`_ instructions
1616for example ``create_account `` for ``createAccount `` method and etc.
17- All API methods is awaitable and can be called only inside Event-loop.
17+ All API methods are awaitable and can be called only inside Event-loop.
1818
1919Also if you want to upload the file to Telegra.ph service use ``upload `` method
2020from the instance of Telegraph class.
You can’t perform that action at this time.
0 commit comments