Skip to content

Commit

Permalink
Update openedx/core/djangoapps/content_libraries/api.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jillian <jill@opencraft.com>
  • Loading branch information
ChrisChV and pomegranited authored Sep 17, 2024
1 parent d0230dd commit 4599c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/content_libraries/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ def get_library_collection_from_usage_key(
collection_usage_key: LibraryCollectionLocator,
) -> Collection:
"""
Return a Collection ussing the LibraryCollectionLocator
Return a Collection using the LibraryCollectionLocator
"""

library_key = collection_usage_key.library_key
Expand Down

0 comments on commit 4599c66

Please sign in to comment.