Update capa/render/proto/__init__.py

Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
This commit is contained in:
Willi Ballenthin
2023-02-14 16:24:47 +01:00
committed by GitHub
parent d1b4e59e7d
commit 3071394ef4

View File

@@ -247,7 +247,7 @@ def _find_capa_class(name):
def _enum_properties(message):
"""enumerate the properties of the message definitioned, ordered by class declaration"""
"""enumerate the properties of the message defined, ordered by class declaration"""
# this is just for convenience.
# the order of properties provided by the class. guaranteed.