From 11071533fc7cfb1592b16deac6835dfc2de814fa Mon Sep 17 00:00:00 2001 From: cwhanse Date: Tue, 27 Jun 2023 08:16:58 -0600 Subject: [PATCH] formatting --- pvlib/pvsystem.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pvlib/pvsystem.py b/pvlib/pvsystem.py index fb25ac61ae..4fb0dc5772 100644 --- a/pvlib/pvsystem.py +++ b/pvlib/pvsystem.py @@ -2809,9 +2809,9 @@ def pvwatts_dc(g_poa_effective, temp_cell, pdc0, gamma_pdc, temp_ref=25.): P_{dc} = \frac{G_{poa eff}}{1000} P_{dc0} ( 1 + \gamma_{pdc} (T_{cell} - T_{ref})) - Note that the pdc0 is also used as a symbol in - :py:func:`pvlib.inverter.pvwatts`. pdc0 in this function refers to the DC - power of the modules at reference conditions. pdc0 in + Note that ``pdc0`` is also used as a symbol in + :py:func:`pvlib.inverter.pvwatts`. ``pdc0`` in this function refers to the DC + power of the modules at reference conditions. ``pdc0`` in :py:func:`pvlib.inverter.pvwatts` refers to the DC power input limit of the inverter.