diff options
-rw-r--r-- | pyfunkwhale/funkwhale.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyfunkwhale/funkwhale.py b/pyfunkwhale/funkwhale.py index c892b37..14a4d5c 100644 --- a/pyfunkwhale/funkwhale.py +++ b/pyfunkwhale/funkwhale.py @@ -49,7 +49,7 @@ class Funkwhale(object): Raises ------ ValueError - If ordering are set with wrong values + If `ordering` are set with wrong values """ arguments = locals() @@ -129,7 +129,7 @@ class Funkwhale(object): Raises ------ ValueError - If ordering are set with wrong values + If `ordering` are set with wrong values """ arguments = locals() @@ -214,7 +214,7 @@ class Funkwhale(object): Raises ------ ValueError - If ordering are set with wrong values + If `ordering` are set with wrong values """ arguments = locals() |