This commit is contained in:
Fabio Manganiello 2023-02-08 01:09:25 +01:00
parent e49a0aec4d
commit a98a5f0980
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class EntitiesQueue(Queue):
def put(self, *entities: Entity, block=True, timeout=None): def put(self, *entities: Entity, block=True, timeout=None):
""" """
This methood is called by an entity manager to update and persist the This method is called by an entity manager to update and persist the
state of some entities. state of some entities.
""" """
for entity in entities: for entity in entities: