Fix tabulation of rst and change documentation link.

This commit is contained in:
maranqz 2020-08-26 14:38:37 +03:00
parent 560c335c07
commit 29725e4b58
1 changed files with 4 additions and 3 deletions

View File

@ -311,9 +311,10 @@ CsvItemExporter
multi-valued fields, if found.
:type include_headers_line: str
:param errors: The optional string that specifies how encoding and decoding errors are to be handled.
For more information see `documentation <https://docs.python.org/3/library/io.html#io.TextIOWrapper>`_.
:type errors: str
:param errors: The optional string that specifies how encoding and decoding
errors are to be handled. For more information see
:class:`io.TextIOWrapper`.
:type errors: str
The additional keyword arguments of this ``__init__`` method are passed to the
:class:`BaseItemExporter` ``__init__`` method, and the leftover arguments to the