-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Labels
type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.
Description
Hi,
I have found the following spelling errors in retry.py docs while I am reading the code:
initial (float): The minimum a,out of time to delay in seconds. This
must be greater than 0.
maximum (float): The maximum amout of time to delay in seconds.
which should be:
initial (float): The minimum amount of time to delay in seconds. This
must be greater than 0.
maximum (float): The maximum amount of time to delay in seconds.
I will open a PR to fix it.
Metadata
Metadata
Assignees
Labels
type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.