pkgs/cli: Improve grammar in inventory doc comment

This commit is contained in:
a-kenji
2024-11-10 00:51:21 +01:00
parent 8eab08be8b
commit f96020809c

View File

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