Skip to content

Commit cb4590a

Browse files
suyask-msftCopilot
andauthored
Update src/PowerPlatform/Dataverse/core/http.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent be68499 commit cb4590a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/PowerPlatform/Dataverse/core

src/PowerPlatform/Dataverse/core/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class HttpClient:
2727
:param retries: Maximum number of retry attempts for transient errors. Default is 5.
2828
:type retries: int or None
2929
:param backoff: Base delay in seconds between retry attempts. Default is 0.5.
30-
:type backoff: float or None
30+
:type backoff: float or None
3131
:param timeout: Default request timeout in seconds. If None, uses per-method defaults.
3232
:type timeout: float or None
3333
"""

0 commit comments

Comments
 (0)