From 737172b2305e087772f759cc0a2096c5b61ce654 Mon Sep 17 00:00:00 2001 From: Ali Sol Date: Mon, 20 Oct 2025 15:59:38 +0330 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20in=20encoders.rst=20(Serveral=20?= =?UTF-8?q?=E2=86=92=20Several)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- serializer/encoders.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serializer/encoders.rst b/serializer/encoders.rst index 4a83522c2fb..7475431da43 100644 --- a/serializer/encoders.rst +++ b/serializer/encoders.rst @@ -59,7 +59,7 @@ All context options available for the JSON encoder are: The ``CsvEncoder`` ------------------ -The ``CsvEncoder`` encodes to and decodes from CSV. Serveral :ref:`context options ` +The ``CsvEncoder`` encodes to and decodes from CSV. Several :ref:`context options ` are available to customize the behavior of the encoder: ``csv_delimiter`` (default: ``,``)