Fix the method description

Fix the method description in serialization.py

Change-Id: I8553f5f1c6917cd6ebde00a9ce70c3af7edd9572
This commit is contained in:
guotao 2018-01-16 08:59:18 +08:00
parent fae38ee2ab
commit ae4fa908cf
1 changed files with 1 additions and 1 deletions

View File

@ -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