Skip to content

Commit 2a75c4e

Browse files
committed
typo in whatsnew/doc update
1 parent 3d422ee commit 2a75c4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/sphinx/source/whatsnew/v0.6.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ release.
99
**Python 2.7 support will end on June 1, 2019**. Releases made after this
1010
date will require Python 3. (:issue:`501`)
1111

12-
**Minimum pandas requirment bumped 0.14.0=>0.15.0**
12+
**Minimum pandas requirement bumped 0.14.0=>0.15.0**
1313

1414

1515
API Changes

pvlib/iotools/surfrad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def read_surfrad(filename, map_variables=True):
5252
Filepath or url.
5353
map_variables: bool
5454
When true, renames columns of the Dataframe to pvlib variable names
55-
where applicable.
55+
where applicable. See variable SURFRAD_COLUMNS.
5656
5757
Returns
5858
-------

0 commit comments

Comments
 (0)