forked from platypush/platypush
typo fix
This commit is contained in:
parent
e49a0aec4d
commit
a98a5f0980
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class EntitiesQueue(Queue):
|
|||
|
||||
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.
|
||||
"""
|
||||
for entity in entities:
|
||||
|
|
Loading…
Reference in a new issue