Skip to content

Commit

Permalink
fix docstring of load_block_as_anonymous_user
Browse files Browse the repository at this point in the history
  • Loading branch information
shimulch committed Nov 17, 2020
1 parent 6538c36 commit a9edcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lti_consumer/plugin/compat.py
Expand Up @@ -25,7 +25,7 @@ def run_xblock_handler_noauth(*args, **kwargs):

def load_block_as_anonymous_user(location):
"""
Load a block as an user if given, else anonymous user.
Load a block as anonymous user.
This uses a few internal courseware methods to retrieve the descriptor
and bind an AnonymousUser to it, in a similar fashion as a `noauth` XBlock
Expand Down

0 comments on commit a9edcdb

Please sign in to comment.