Skip to content

Commit 07da199

Browse files
committed
Use array_like in docstring style guide
1 parent 35c9e61 commit 07da199

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sphinx/source/contributing/style_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ specific types may be used:
6060

6161
* dict-like : dict, OrderedDict, pd.Series
6262
* numeric : scalar, np.array, pd.Series. Typically int or float dtype.
63-
* array-like : np.array, pd.Series. Typically int or float dtype.
63+
* array_like : np.array, pd.Series. Typically int or float dtype.
6464

6565
Parameters that specify a specific type require that specific input type.
6666

@@ -237,7 +237,7 @@ required for every function.
237237
----------
238238
poa_global : numeric
239239
Plane-of-array global irradiance, see :term:`poa_global`. [Wm⁻²].
240-
exponents : array-like
240+
exponents : array_like
241241
A list of exponents. [x⁰¹²³⁴⁵⁶⁷⁸⁹⁻].
242242
degree_symbol : pandas.Series or pandas.DataFrame
243243
It's different from superscript zero. [°].

0 commit comments

Comments
 (0)