Skip to content

Commit

Permalink
Fix a typo in docs (retry_delay -> retry_interval)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivknv committed Jan 12, 2023
1 parent 475a0d6 commit 1c00598
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/docs.rst
Expand Up @@ -11,7 +11,7 @@ General parameters
Almost all methods of `YaDisk` (the ones that accept `**kwargs`) accept some additional arguments:

* **n_retries** - `int`, maximum number of retries for a request
* **retry_delay** - `float`, delay between retries (in seconds)
* **retry_interval** - `float`, delay between retries (in seconds)
* **headers** - `dict` or `None`, additional request headers

`aiohttp` parameters like `timeout`, `proxies`, etc. are also accepted (see :py:func:`aiohttp.request`).
Expand Down
Binary file modified docs/locales/ru/LC_MESSAGES/docs.mo
Binary file not shown.
13 changes: 8 additions & 5 deletions docs/locales/ru/LC_MESSAGES/docs.po
Expand Up @@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: YaDisk 1.3.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-08-17 15:36+0500\n"
"POT-Creation-Date: 2023-01-12 15:04+0500\n"
"PO-Revision-Date: 2018-01-20 15:41+0500\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.11.0\n"

#: ../../docs.rst:3
msgid "Documentation"
Expand Down Expand Up @@ -1873,9 +1873,10 @@ msgid "**n_retries** - `int`, maximum number of retries for a request"
msgstr "**n_retries** - `int`, максимальное число повторных попыток запроса"

#: ../../docs.rst:14
msgid "**retry_delay** - `float`, delay between retries (in seconds)"
#, fuzzy
msgid "**retry_interval** - `float`, delay between retries (in seconds)"
msgstr ""
"**retry_delay** - `float`, задержка между повторными попытками (в "
"**retry_interval** - `float`, задержка между повторными попытками (в "
"секундах)"

#: ../../docs.rst:15
Expand Down Expand Up @@ -2050,7 +2051,9 @@ msgstr ""

#: of yadisk_async.exceptions.OperationNotFoundError:1
msgid "Thrown by `get_operation_status()` when the operation doesn't exist."
msgstr "Вызывается, когда операция, переденная `get_operation_status()` не существует."
msgstr ""
"Вызывается, когда операция, переденная `get_operation_status()` не "
"существует."

#: of yadisk_async.exceptions.ParentNotFoundError:1
msgid "Thrown by `mkdir`, `upload`, etc. when the parent directory doesn't exist."
Expand Down

0 comments on commit 1c00598

Please sign in to comment.