From 665160c2e7177ab4f2172d5384fa2646f1a8b73f Mon Sep 17 00:00:00 2001 From: Jose Navas Date: Wed, 6 Jul 2016 07:38:31 -0700 Subject: [PATCH] Fixing documentation --- qiita_db/handlers/reference.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/qiita_db/handlers/reference.py b/qiita_db/handlers/reference.py index 46c8d3a9e..ccc0638a5 100644 --- a/qiita_db/handlers/reference.py +++ b/qiita_db/handlers/reference.py @@ -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)