Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonChen666 committed Jan 31, 2025
1 parent 285d9fc commit 52b92a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synadm/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def query(self, method, urlpart, params=None, data=None, token=None,
proto://fqdn:port/path). It will be passed to Python's
str.format, so the string should not be already formatted
(as f-strings or with str.format) as to sanitize the URL.
params (dict, optional): URL parameters (?param1&paarm2). Defaults
params (dict, optional): URL parameters (?param1&param2). Defaults
to None.
data (dict, optional): Request body used in POST, PUT, DELETE
requests. Defaults to None.
Expand Down

0 comments on commit 52b92a0

Please sign in to comment.