From 07da199ca097636ead32bad0e2e080117132252c Mon Sep 17 00:00:00 2001 From: manav252 Date: Wed, 8 Jul 2026 11:54:38 +0530 Subject: [PATCH] Use array_like in docstring style guide --- docs/sphinx/source/contributing/style_guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/source/contributing/style_guide.rst b/docs/sphinx/source/contributing/style_guide.rst index 4eea571eda..de0a6f0422 100644 --- a/docs/sphinx/source/contributing/style_guide.rst +++ b/docs/sphinx/source/contributing/style_guide.rst @@ -60,7 +60,7 @@ specific types may be used: * dict-like : dict, OrderedDict, pd.Series * numeric : scalar, np.array, pd.Series. Typically int or float dtype. -* array-like : np.array, pd.Series. Typically int or float dtype. +* array_like : np.array, pd.Series. Typically int or float dtype. Parameters that specify a specific type require that specific input type. @@ -237,7 +237,7 @@ required for every function. ---------- poa_global : numeric Plane-of-array global irradiance, see :term:`poa_global`. [Wm⁻²]. - exponents : array-like + exponents : array_like A list of exponents. [x⁰¹²³⁴⁵⁶⁷⁸⁹⁻]. degree_symbol : pandas.Series or pandas.DataFrame It's different from superscript zero. [°].