From c6428e5eff5fe2665f85ec72e8fc05e53c3cd194 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Apr 2020 19:58:59 +0200 Subject: Be more explicite in build params documentation --- pyfunkwhale/funkwhale.py | 4 ++-- 1 file 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(): -- cgit v1.2.1