From 37fcb6b902bcc44393744d96fbfed2309396dcf8 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Thu, 31 May 2012 15:37:37 -0700 Subject: [PATCH] Fixup docstring to be clearer to others --- encode_submission/encode_find.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encode_submission/encode_find.py b/encode_submission/encode_find.py index 70f280f..9b65fde 100644 --- a/encode_submission/encode_find.py +++ b/encode_submission/encode_find.py @@ -186,7 +186,7 @@ def make_parser(): def load_my_submissions(model, limit=None, cookie=None): - """Parse all the submissions from UCSC into model + """Parse all of my submissions from encodesubmit into model It will look at the global USER_URL to figure out who to scrape cookie contains the session cookie, if none, will attempt to login """ -- 2.30.2