From a1646eec886419e40c2219cda83bf4fb7ae37d4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Ch=C3=A1vez?= Date: Tue, 17 Sep 2024 11:02:16 -0500 Subject: [PATCH] refactor: openedx/core/djangoapps/content_libraries/api.py Co-authored-by: Jillian --- openedx/core/djangoapps/content_libraries/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/djangoapps/content_libraries/api.py b/openedx/core/djangoapps/content_libraries/api.py index f8ffc23eece4..3dc33aec9616 100644 --- a/openedx/core/djangoapps/content_libraries/api.py +++ b/openedx/core/djangoapps/content_libraries/api.py @@ -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