Drop erronous left-over bit of docs. Closes #1147

This commit is contained in:
Tom Christie 2013-10-03 15:18:38 +01:00
parent 1fd83adb9c
commit f6301636fb

View File

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