Skip to content

Commit a2c9a44

Browse files
minor change
1 parent c508058 commit a2c9a44

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pvlib/iotools/nasa_power.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ def get_nasa_power(latitude, longitude, start, end,
5454
* ``T2M``: Air temperature at 2 m [C]
5555
* ``WS10M``: Wind speed at 10 m [m/s]
5656
57-
community: str, default: ``'re'``
57+
community: str
5858
Can be one of the following depending on which parameters are of
59-
interest. Note that in many cases this choice might affect the units
60-
of the parameter:
59+
interest. The default is ``'re'``. Note that in many cases this choice
60+
might affect the units of the parameter.
6161
6262
* ``'re'``: renewable energy
6363
* ``'sb'``: sustainable buildings
@@ -76,7 +76,7 @@ def get_nasa_power(latitude, longitude, start, end,
7676
map_variables: bool, optional
7777
When true, renames columns of the Dataframe to pvlib variable names
7878
where applicable. See variable :const:`VARIABLE_MAP`.
79-
The default is True.
79+
The default is `True`.
8080
8181
Raises
8282
------

0 commit comments

Comments
 (0)