pkgs/cli: Improve grammar in inventory doc comment

This commit is contained in:
a-kenji
2024-11-10 00:51:21 +01:00
parent 767244301a
commit 1a9e9246be

View File

@@ -34,7 +34,7 @@ from .classes import (
) )
# Re export classes here # Re export classes here
# This allows to rename classes in the generated code # This allows to renaming of classes in the generated code
__all__ = [ __all__ = [
"from_dict", "from_dict",
"dataclass_to_dict", "dataclass_to_dict",