Skip to content

Commit 6efac0f

Browse files
committed
more documentation formatting
1 parent 5ebbe2f commit 6efac0f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

metacat/webapi/webapi.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,9 +1634,10 @@ def report_metadata_counts_ranges(self, keylist):
16341634
-------
16351635
JSON dictionary 3 values for each category and key in the input.
16361636
1637-
.. code-block:: python
1637+
.. code-block:: python
1638+
1639+
{ "cat.key.min": value, "cat.key.max": value, "cat.key.count": n, ... }
16381640
1639-
{ "cat.key.min": value, "cat.key.max": value, "cat.key.count": n, ... }
16401641
"""
16411642
url = "data/report_metadata_counts_ranges?keylist=%s" % ",".join(keylist)
16421643
return self.get_json(url)

0 commit comments

Comments
 (0)