From a8c5ecbd35fcb879a876f5af4810aa5db492e7f4 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Apr 2020 21:14:51 +0200 Subject: Highlighting some function arguments in documentation --- pyfunkwhale/funkwhale.py | 6 +++--- 1 file 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() -- cgit v1.2.1