diff --git a/components/serializer.rst b/components/serializer.rst index f614b9b3396..bad4af9572c 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -786,9 +786,6 @@ The ``CsvEncoder`` The ``CsvEncoder`` encodes to and decodes from CSV. -You can pass the context key ``as_collection`` in order to have the results -always as a collection. - The ``XmlEncoder`` ~~~~~~~~~~~~~~~~~~