diff options
Diffstat (limited to 'docs/api-guide/serializers.md')
| -rw-r--r-- | docs/api-guide/serializers.md | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/api-guide/serializers.md b/docs/api-guide/serializers.md index a3cd1d6a..6b91aa76 100644 --- a/docs/api-guide/serializers.md +++ b/docs/api-guide/serializers.md @@ -84,7 +84,6 @@ Deserialization is similar.  First we parse a stream into Python native datatype      # True      serializer.object      # <Comment object at 0x10633b2d0> -    >>> serializer.deserialize('json', stream)  When deserializing data, we can either create a new instance, or update an existing instance.  | 
