Merge pull request #23790 from eduNEXT/lmm/fix_comment

Fix docstring of retrieve_last_sitewide_block_completed
This commit is contained in:
Ned Batchelder
2020-04-25 13:11:57 -04:00
committed by GitHub

View File

@@ -111,7 +111,7 @@ def _is_valid_social_username(value):
def retrieve_last_sitewide_block_completed(user):
"""
Completion utility
From a string 'username' or object User retrieve
From a given User object retrieve
the last course block marked as 'completed' and construct a URL
:param user: obj(User)