Fix docstring of retrieve_last_sitewide_block_completed

This commit is contained in:
Luis Moreno
2020-04-22 12:41:12 -04:00
parent 960ba3fe4d
commit 3d8875d505

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)