From c026d9325eace2147ba4ec11a3046975dd7be3d9 Mon Sep 17 00:00:00 2001 From: Henry Harbeck <59268910+henryharbeck@users.noreply.github.com> Date: Tue, 23 Jul 2024 21:03:22 +1000 Subject: [PATCH] docs(python): Show return type for Series attributes in API reference (#17759) Co-authored-by: Henry Harbeck --- py-polars/docs/source/reference/series/attributes.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/py-polars/docs/source/reference/series/attributes.rst b/py-polars/docs/source/reference/series/attributes.rst index e676b1186978..50000e43edc7 100644 --- a/py-polars/docs/source/reference/series/attributes.rst +++ b/py-polars/docs/source/reference/series/attributes.rst @@ -5,7 +5,6 @@ Attributes .. currentmodule:: polars .. autosummary:: :toctree: api/ - :template: autosummary/accessor_attribute.rst Series.dtype Series.name