Skip to content

Commit 752ef05

Browse files
cwhanseechedey-ls
andauthored
Update pvlib/pvarray.py
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
1 parent 140b55b commit 752ef05

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
@@ -304,10 +304,10 @@ def huld(effective_irradiance, temp_mod, pdc0, k=None, cell_type=None,
304304
cell_type : str, optional
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.
307-
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 [1]_
310-
are used; if `'2025'` values are from [2]_.
307+
k_version : str, default ``"2011"``
308+
Either ``'2011'`` (default) or ``'2025'``. Used to select default values
309+
for ``k`` if ``k`` is not specified. If ``'2011'``, values from [1]_
310+
are used; if ``'2025'`` values are from [2]_.
311311
312312
Returns
313313
-------

0 commit comments

Comments
 (0)