summaryrefslogtreecommitdiff
path: root/src/mailman/rest/helpers.py
diff options
context:
space:
mode:
authorBarry Warsaw2015-07-18 23:29:07 -0400
committerBarry Warsaw2015-07-18 23:29:07 -0400
commit5a08c47353cefccaa021e0f488ab76f3806dd49c (patch)
tree32fa44f854cf762b156c93ecba1a63be43e454c5 /src/mailman/rest/helpers.py
parent759efff6eb63b3ba1fff15193923a3df72eb552c (diff)
downloadmailman-5a08c47353cefccaa021e0f488ab76f3806dd49c.tar.gz
mailman-5a08c47353cefccaa021e0f488ab76f3806dd49c.tar.zst
mailman-5a08c47353cefccaa021e0f488ab76f3806dd49c.zip
Diffstat (limited to 'src/mailman/rest/helpers.py')
-rw-r--r--src/mailman/rest/helpers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/rest/helpers.py b/src/mailman/rest/helpers.py
index 84aa3663b..0bba86521 100644
--- a/src/mailman/rest/helpers.py
+++ b/src/mailman/rest/helpers.py
@@ -54,6 +54,7 @@ def path_to(resource, api_version):
system base URI.
:type resource: string
:param api_version: API version to report.
+ :type api_version: string
:return: The full path to the resource.
:rtype: bytes
"""