From a98a5f0980283ffa502967cfbf3dfef259e126a6 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 8 Feb 2023 01:09:25 +0100 Subject: [PATCH] typo fix --- platypush/entities/_engine/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/entities/_engine/queue.py b/platypush/entities/_engine/queue.py index 486d7b0e..6295a8b0 100644 --- a/platypush/entities/_engine/queue.py +++ b/platypush/entities/_engine/queue.py @@ -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: