Skip to content

Commit 502d0c2

Browse files
committed
Small typo fixes.
1 parent 8a1f104 commit 502d0c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Annotations
1010
The Telegraph class (``aiograph.Telegraph``) encapsulates all API calls in a single class.
1111
It 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

1515
All methods are named following the `PEP-8 <https://www.python.org/dev/peps/pep-0008/>`_ instructions
1616
for 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

1919
Also if you want to upload the file to Telegra.ph service use ``upload`` method
2020
from the instance of Telegraph class.

0 commit comments

Comments
 (0)