mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Merge pull request #4701 from cvrebert/patch-1
copyedit returners.mongo_future_return.get_load() docstring
This commit is contained in:
commit
d700bd3082
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user