Merge pull request #4701 from cvrebert/patch-1

copyedit returners.mongo_future_return.get_load() docstring
This commit is contained in:
Thomas S Hatch 2013-05-01 11:06:26 -07:00
commit d700bd3082

View File

@ -95,7 +95,7 @@ def save_load(jid, load):
def get_load(jid):
'''
Returnt he load asociated with a given job id
Return the load associated with a given job id
'''
conn, mdb = _get_conn()
return mdb[jid].find_one()