From fd379a08ca7816b3a1dccfea176b90b306ca5222 Mon Sep 17 00:00:00 2001 From: Navin Karkera Date: Thu, 19 Sep 2024 19:08:07 +0530 Subject: [PATCH] fixup! feat: associate collection on library block creation --- 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 826517f1535..44bd83366d5 100644 --- a/openedx/core/djangoapps/content_libraries/api.py +++ b/openedx/core/djangoapps/content_libraries/api.py @@ -1197,7 +1197,7 @@ def update_library_collection_components( remove=False, # As an optimization, callers may pass in a pre-fetched ContentLibrary instance content_library: ContentLibrary | None = None, - # Similarly, users may pass component_keys instead of usage_keys + # Similarly, users may pass pre-fetched list of component_keys component_keys: list[str] | None = None, ) -> Collection: """