Skip to content

Commit

Permalink
docs: fix usage_key property docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick authored Nov 15, 2023
1 parent e9bca3e commit e03418a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xblock/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def __init__(self, runtime, field_data=None, scope_ids=UNSET, *args, **kwargs):
@property
def usage_key(self):
"""
Convenient abbreviation for :py:attr:`.XBlock`.scope_ids.usage_id`.
Convenient abbreviation for :py:attr:`.XBlock.scope_ids.usage_id`.
"""
return self.scope_ids.usage_id

Check warning on line 201 in xblock/core.py

View check run for this annotation

Codecov / codecov/patch

xblock/core.py#L201

Added line #L201 was not covered by tests

Expand Down

0 comments on commit e03418a

Please sign in to comment.