Skip to content

Commit

Permalink
backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
RDaxini committed Oct 1, 2024
1 parent de1fe69 commit e1bc914
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pvlib/pvsystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ class PVSystem:
module : string, optional
The model name of the modules.
module_type : string, default `glass_polymer`
Describes the module's construction. Valid strings are `glass_polymer`
and `glass_glass`. Used for cell and module temperature calculations.
module_type : string, default 'glass_polymer'
Describes the module's construction. Valid strings are 'glass_polymer'
and 'glass_glass'. Used for cell and module temperature calculations.
module_parameters : dict or Series, optional
Module parameters as defined by the SAPM, CEC, or other.
Expand All @@ -168,8 +168,8 @@ class PVSystem:
Inverter parameters as defined by the SAPM, CEC, or other.
racking_model : string, optional
Valid strings are `open_rack`, `close_mount`, `freestanding`, or
`insulated_back`.
Valid strings are 'open_rack', 'close_mount', 'freestanding', or
'insulated_back'.
Used to identify a parameter set for the cell temperature model.
losses_parameters : dict or Series, optional
Expand Down Expand Up @@ -1372,8 +1372,8 @@ class FixedMount(AbstractMount):
West=270. [degrees]
racking_model : str, optional
Valid strings are `open_rack`, `close_mount`, `freestanding`, or
`insulated_back`.
Valid strings are 'open_rack', 'close_mount', 'freestanding', or
'insulated_back'.
Used to identify a parameter set for the cell temperature model.
module_height : float, optional
Expand Down

0 comments on commit e1bc914

Please sign in to comment.