Skip to content

Commit

Permalink
removed reference to TMY metas as structs
Browse files Browse the repository at this point in the history
  • Loading branch information
jforbess committed Mar 10, 2015
1 parent 995f6a9 commit b31e6bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pvlib/tmy.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def readtmy3(filename=None):
filename : string
An optional argument which allows the user to select which
TMY3 format file should be read. A file path may also be necessary if
the desired TMY3 file is not in the MATLAB working path.
the desired TMY3 file is not in the working path.
Returns
-------
Expand All @@ -48,8 +48,8 @@ def readtmy3(filename=None):
that for more detailed descriptions of each component, please consult
the TMY3 User's Manual ([1]), especially tables 1-1 through 1-6.
meta : struct
struct of meta data is created, which contains all
meta : dict
dict of meta data is created, which contains all
site metadata available in the file
Notes
Expand Down Expand Up @@ -277,9 +277,9 @@ def readtmy2(filename):
the TMY2 User's Manual ([1]), especially tables 3-1 through 3-6, and
Appendix B.
meta : struct
meta : dict
A struct containing the metadata from the TMY2 file.
A dict containing the metadata from the TMY2 file.
Notes
-----
Expand Down

0 comments on commit b31e6bf

Please sign in to comment.