about summary refs log tree commit diff
path: root/gn3/api
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/api')
-rw-r--r--gn3/api/traits.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/api/traits.py b/gn3/api/traits.py
index b3ddcc0..a9ff906 100644
--- a/gn3/api/traits.py
+++ b/gn3/api/traits.py
@@ -20,7 +20,7 @@ def home():
 def create_trait(trait_name, dataset_name):
     """endpoints for creating trait first should\
     call the endpoint for creating the trait only\
-    trait  data is the  sample data"""
+    also acts as endpoints for fetching trait data"""
 
     trait_dataset = mock.Mock()  # xtodo should replace this with calling epoints
     trait_dataset.name = dataset_name