diff options
-rw-r--r-- | pyfunkwhale/funkwhale.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyfunkwhale/funkwhale.py b/pyfunkwhale/funkwhale.py index 99dcfae..255d9d1 100644 --- a/pyfunkwhale/funkwhale.py +++ b/pyfunkwhale/funkwhale.py @@ -16,8 +16,8 @@ class Funkwhale(object): def _build_params(self, arguments): """ Build params dict for python-requests. Not that all key who start - with an underscore are treated as par of the uri and are not in - the params dict. + with an underscore are treated as par of the endpoint uri and are not + as uri parameters. """ params = {} for k, v in arguments.items(): |