diff options
author | neodarz <neodarz@neodarz.net> | 2020-04-11 21:14:51 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-04-11 21:14:51 +0200 |
commit | a8c5ecbd35fcb879a876f5af4810aa5db492e7f4 (patch) | |
tree | 3f174427c34f43fd38d3a685e425bcc74e69d7fd | |
parent | ff92e09e9f9c440e75608493468d5270403e000d (diff) | |
download | pyfunkwhale-a8c5ecbd35fcb879a876f5af4810aa5db492e7f4.tar.xz pyfunkwhale-a8c5ecbd35fcb879a876f5af4810aa5db492e7f4.zip |
Highlighting some function arguments in documentation
Diffstat (limited to '')
-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() |