Skip to content

Commit

Permalink
Fix a typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ivknv committed Jan 3, 2024
1 parent a01c939 commit d46b08e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ YaDisk - это библиотека-клиент REST API Яндекс.Диск
классов :code:`Client` и :code:`AsyncClient`
* Класс сессии теперь может быть указан в качестве строки
(см. :code:`Client`/:code:`AsyncClient`)
* Добавлены методы :code"`Client.get_device_code()`/:code:`AsyncClient.get_device_code()`
* Добавлены методы :code:`Client.get_device_code()`/:code:`AsyncClient.get_device_code()`
* Добавлены методы :code:`Client.get_token_from_device_code()`/:code:`AsyncClient.get_token_from_device_code()`
* Добавлен недостающий параметр :code:`redirect_uri` для
:code:`Client.get_auth_url()`/:code:`AsyncClient.get_auth_url()` и
Expand Down
2 changes: 1 addition & 1 deletion README.ru.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ YaDisk - это библиотека-клиент REST API Яндекс.Диск
классов :code:`Client` и :code:`AsyncClient`
* Класс сессии теперь может быть указан в качестве строки
(см. :code:`Client`/:code:`AsyncClient`)
* Добавлены методы :code"`Client.get_device_code()`/:code:`AsyncClient.get_device_code()`
* Добавлены методы :code:`Client.get_device_code()`/:code:`AsyncClient.get_device_code()`
* Добавлены методы :code:`Client.get_token_from_device_code()`/:code:`AsyncClient.get_token_from_device_code()`
* Добавлен недостающий параметр :code:`redirect_uri` для
:code:`Client.get_auth_url()`/:code:`AsyncClient.get_auth_url()` и
Expand Down

0 comments on commit d46b08e

Please sign in to comment.