Skip to content

Commit

Permalink
Fixing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
josenavas committed Jul 6, 2016
1 parent def0e03 commit 665160c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions qiita_db/handlers/reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,12 @@ def get(self, reference_id):
Returns
-------
dict
{'filepaths': list of (str, str)}
The filepaths attached to the reference and their filepath types
'name': str
the reference name
'version': str
the reference version
'filepaths': dict of {str: str}
The filepaths attached to the reference keyed by filepath type
"""
with qdb.sql_connection.TRN:
reference = _get_reference(reference_id)
Expand Down

0 comments on commit 665160c

Please sign in to comment.