From 4a8053d0a2fc130384523870a06f8405a87f75c1 Mon Sep 17 00:00:00 2001 From: "kf@hydra" Date: Sun, 29 Apr 2018 13:02:28 +0200 Subject: [PATCH] typo --- pypeman/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypeman/message.py b/pypeman/message.py index 58342b69..703beff0 100644 --- a/pypeman/message.py +++ b/pypeman/message.py @@ -94,7 +94,7 @@ def to_dict(self): Therefore the payload and all the context is pickled and base64 encoded. Warning: the returned dict cannot be converted to json if meta contains - objects, that connot be dumped as json. + objects, that cannot be dumped as json. :return: A dict with an equivalent of message """