Update docstring of core.python.namespaces.PythonPackageNamespace.namespace

This commit is contained in:
2026-04-07 16:25:01 +02:00
parent 1c0f0ba81a
commit fa75b6f036
+1 -1
View File
@@ -51,7 +51,7 @@ class PythonPackageNamespace(PythonNamespace):
def namespace(self, sub_namespaces: list[str]) -> PythonNamespace: def namespace(self, sub_namespaces: list[str]) -> PythonNamespace:
''' '''
Returns the namespace object with a specific identifier, such as Returns the namespace object with a specific identifier, such as
``package.subpackage.module``. ``['package', 'subpackage', 'module']``.
''' '''
if not sub_namespaces: if not sub_namespaces: