Skip to content
Snippets Groups Projects
Commit 3d8875d5 authored by Luis Moreno's avatar Luis Moreno
Browse files

Fix docstring of retrieve_last_sitewide_block_completed

parent 960ba3fe
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment