Skip to content

Commit

Permalink
correct password doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jan 10, 2025
1 parent 8c6c96c commit 8d1aee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apypie/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Api(object):
:param uri: base URL of the server
:param username: username to access the API
:param password: username to access the API
:param password: password to access the API
:param api_version: version of the API. Defaults to `1`
:param language: prefered locale for the API description
:param apidoc_cache_base_dir: base directory for building apidoc_cache_dir. Defaults to `~/.cache/apipie_bindings`.
Expand Down

0 comments on commit 8d1aee6

Please sign in to comment.