From ae4fa908cf66d45434aed5e479833872ad0e1076 Mon Sep 17 00:00:00 2001 From: guotao Date: Tue, 16 Jan 2018 08:59:18 +0800 Subject: [PATCH] Fix the method description Fix the method description in serialization.py Change-Id: I8553f5f1c6917cd6ebde00a9ce70c3af7edd9572 --- mistral_lib/serialization.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistral_lib/serialization.py b/mistral_lib/serialization.py index 6cd6330..b9f0ee5 100644 --- a/mistral_lib/serialization.py +++ b/mistral_lib/serialization.py @@ -32,7 +32,7 @@ class Serializer(object): def serialize(self, entity): """Converts the given object into a string. - :param entity: A object to be serialized. + :param entity: An object to be serialized. :return String containing the state of the object in serialized form. """ raise NotImplementedError