From ca9de4992f82bfe2796aa690a58a0498d673fb5c Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sat, 25 Oct 2025 23:10:59 +0200 Subject: [PATCH] FIX: Two superfluous backticks. A future version of sphinxlint will spot that. --- doc/source/reference/aliases.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/reference/aliases.rst b/doc/source/reference/aliases.rst index 8fd9ed3649c0b..03feea852f896 100644 --- a/doc/source/reference/aliases.rst +++ b/doc/source/reference/aliases.rst @@ -65,7 +65,7 @@ Alias Meaning :py:type:`NaPosition` Argument type for ``na_position`` in :meth:`sort_index` and :meth:`sort_values` :py:type:`NsmallestNlargestKeep` Argument type for ``keep`` in :meth:`nlargest` and :meth:`nsmallest` :py:type:`OpenFileErrors` Argument type for ``errors`` in :meth:`to_hdf` and :meth:`to_csv` -:py:type:`Ordered` Return type for :py:attr:`ordered`` in :class:`CategoricalDtype` and :class:`Categorical` +:py:type:`Ordered` Return type for :py:attr:`ordered` in :class:`CategoricalDtype` and :class:`Categorical` :py:type:`ParquetCompressionOptions` Argument type for ``compression`` in :meth:`DataFrame.to_parquet` :py:type:`QuantileInterpolation` Argument type for ``interpolation`` in :meth:`quantile` :py:type:`ReadBuffer` Additional argument type corresponding to buffers for various file reading methods @@ -89,7 +89,7 @@ Alias Meaning :py:type:`ToTimestampHow` Argument type for ``how`` in :meth:`to_timestamp` and ``convention`` in :meth:`resample` :py:type:`UpdateJoin` Argument type for ``join`` in :meth:`DataFrame.update` :py:type:`UsecolsArgType` Argument type for ``usecols`` in :meth:`pandas.read_clipboard`, :meth:`pandas.read_csv` and :meth:`pandas.read_excel` -:py:type:`WindowingRankType` Argument type for ``method`` in :meth:`rank`` in rolling and expanding window operations +:py:type:`WindowingRankType` Argument type for ``method`` in :meth:`rank` in rolling and expanding window operations :py:type:`WriteBuffer` Additional argument type corresponding to buffers for various file output methods :py:type:`WriteExcelBuffer` Additional argument type corresponding to buffers for :meth:`to_excel` :py:type:`XMLParsers` Argument type for ``parser`` in :meth:`DataFrame.to_xml` and :meth:`pandas.read_xml`