Skip to content

Commit 905f820

Browse files
committed
docs: fix __all__ comment since restructure
1 parent 012a2f4 commit 905f820

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/openedx_content/applets/components/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# is listed in the __all__ entries below. Internal helper functions that are
3232
# private to this module should start with an underscore. If a function does not
3333
# start with an underscore AND it is not in __all__, that function is considered
34-
# to be callable only by other apps in the authoring package.
34+
# to be callable only by other applets in the openedx_content package.
3535
__all__ = [
3636
"get_or_create_component_type",
3737
"create_component",

src/openedx_content/applets/containers/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# is listed in the __all__ entries below. Internal helper functions that are
4444
# private to this module should start with an underscore. If a function does not
4545
# start with an underscore AND it is not in __all__, that function is considered
46-
# to be callable only by other apps in the authoring package.
46+
# to be callable only by other applets in the openedx_content package.
4747
__all__ = [
4848
"ContainerSubclass",
4949
"ContainerImplementationMissingError",

src/openedx_content/applets/media/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# is listed in the __all__ entries below. Internal helper functions that are
2222
# private to this module should start with an underscore. If a function does not
2323
# start with an underscore AND it is not in __all__, that function is considered
24-
# to be callable only by other apps in the authoring package.
24+
# to be callable only by other applets in the openedx_content package.
2525
__all__ = [
2626
"get_or_create_media_type",
2727
"get_media",

src/openedx_content/applets/publishing/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# is listed in the __all__ entries below. Internal helper functions that are
4444
# private to this module should start with an underscore. If a function does not
4545
# start with an underscore AND it is not in __all__, that function is considered
46-
# to be callable only by other apps in the authoring package.
46+
# to be callable only by other applets in the openedx_content package.
4747
__all__ = [
4848
"get_learning_package",
4949
"get_learning_package_by_ref",

0 commit comments

Comments
 (0)