We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494d40b commit 8f0f5dbCopy full SHA for 8f0f5db
backend/sample_plugin/__init__.py
@@ -4,6 +4,6 @@
4
5
from importlib.metadata import version as get_version
6
7
-# The name of the package is `opnedx-sample-plugin` but __package__ is `sample_plugin` so we hardcode the name of the
+# The name of the package is `openedx-sample-plugin` but __package__ is `sample_plugin` so we hardcode the name of the
8
# package here so that the version fetching works correctly. A lot of examples will show using `__package__`.
9
__version__ = get_version('openedx-sample-plugin')
0 commit comments