Skip to content

Commit aaa9353

Browse files
committed
Format strings as code
1 parent 33d337e commit aaa9353

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pvlib/pvsystem.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,13 +2002,13 @@ def retrieve_sam(name=None, path=None):
20022002
Use one of the following strings to retrieve a database bundled with
20032003
pvlib:
20042004
2005-
* 'CECMod' - returns the CEC module database
2006-
* 'CECInverter' - returns the CEC Inverter database
2007-
* 'SandiaInverter' - returns the CEC Inverter database
2005+
* ``'CECMod'`` - returns the CEC module database
2006+
* ``'CECInverter'`` - returns the CEC Inverter database
2007+
* ``'SandiaInverter'`` - returns the CEC Inverter database
20082008
(CEC is only current inverter db available; tag kept for
20092009
backwards compatibility)
2010-
* 'SandiaMod' - returns the Sandia Module database
2011-
* 'ADRInverter' - returns the ADR Inverter database
2010+
* ``'SandiaMod'`` - returns the Sandia Module database
2011+
* ``'ADRInverter'`` - returns the ADR Inverter database
20122012
20132013
path : string, optional
20142014
Path to a CSV file or a URL.

0 commit comments

Comments
 (0)