Skip to content

Commit

Permalink
refactor: openedx/core/djangoapps/content_libraries/api.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jillian <[email protected]>
  • Loading branch information
ChrisChV and pomegranited committed Sep 17, 2024
1 parent 33e2645 commit a1646ee
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 a1646ee

Please sign in to comment.