From 9122bf8fa7f4dd4f4074a5ee7204e350831e14b0 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Fri, 29 Sep 2023 21:50:24 -0400 Subject: [PATCH] Fix Sphinx warning Signed-off-by: Michael Jackson --- wrapping/python/docs/source/API.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrapping/python/docs/source/API.rst b/wrapping/python/docs/source/API.rst index fb167fbc2d..840a8bbaf0 100644 --- a/wrapping/python/docs/source/API.rst +++ b/wrapping/python/docs/source/API.rst @@ -393,8 +393,8 @@ Parameters :ivar consecutive_delimiters: Bool. Should consecutive delimiters be counted as a single delimiter. :ivar custom_headers: List[string]. If the file does not have headers, this is a list of string values, 1 per column of data, that will also become the names of the created :ref:`DataArray`. :ivar data_types: List[cx.DataType]. The DataType, one per column, that indicates the kind of native numerical values (int, float... ) that will be used in the created :ref:`DataArray`. - :ivar skipped_array_mask: List[bool]. Booleans, one per column, that indicate whether or not to skip importing each created :ref:`DataArray`. - :ivar tuple_dims: List[int]. The tuple dimensions for the created :ref:`DataArray`s. + :ivar skipped_array_mask: List[bool]. Booleans, one per column, that indicate whether or not to skip importing each created :ref:`DataArray `. + :ivar tuple_dims: List[int]. The tuple dimensions for the created :ref:`DataArrays `. :ivar headers_line: Int. The line number of the headers. :ivar header_mode: 'cx.CSVImporterData.HeaderMode.'. Can be one of 'cx.CSVImporterData.HeaderMode.Line' or 'cx.CSVImporterData.HeaderMode.Custom'.