Skip to content

Commit 8b41911

Browse files
committed
fix docstring
1 parent 92b5cde commit 8b41911

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pvlib/pvarray.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,10 @@ def huld(effective_irradiance, temp_mod, pdc0, k=None, cell_type=None,
305305
If provided, must be one of ``'cSi'``, ``'CIS'``, or ``'CdTe'``.
306306
Used to look up default values for ``k`` if ``k`` is not specified.
307307
k_version : str, optional
308-
Either `'2011'` (default) or `'2025'`. Used to select default values
309-
for ``k`` if ``k`` is not specified. If `'2011'`, values from PVGIS
310-
documentation and published in [2]_ as "current"; if `'2025'`
311-
values are from [3]_ published as "updated".
308+
Either ``'2011'`` (default) or ``'2025'``. Selects values
309+
for ``k`` if ``k`` is not specified. If ``'2011'``, values are
310+
from PVGIS documentation and are published in [2]_ as "current".
311+
If ``'2025'`` values are from [2]_ published as "updated".
312312
313313
Returns
314314
-------

0 commit comments

Comments
 (0)