aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2020-04-11 21:14:51 +0200
committerneodarz <neodarz@neodarz.net>2020-04-11 21:14:51 +0200
commita8c5ecbd35fcb879a876f5af4810aa5db492e7f4 (patch)
tree3f174427c34f43fd38d3a685e425bcc74e69d7fd
parentff92e09e9f9c440e75608493468d5270403e000d (diff)
downloadpyfunkwhale-a8c5ecbd35fcb879a876f5af4810aa5db492e7f4.tar.xz
pyfunkwhale-a8c5ecbd35fcb879a876f5af4810aa5db492e7f4.zip
Highlighting some function arguments in documentation
-rw-r--r--pyfunkwhale/funkwhale.py6
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()