Skip to content

Commit b31e6bf

Browse files
committed
removed reference to TMY metas as structs
1 parent 995f6a9 commit b31e6bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pvlib/tmy.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def readtmy3(filename=None):
3737
filename : string
3838
An optional argument which allows the user to select which
3939
TMY3 format file should be read. A file path may also be necessary if
40-
the desired TMY3 file is not in the MATLAB working path.
40+
the desired TMY3 file is not in the working path.
4141
4242
Returns
4343
-------
@@ -48,8 +48,8 @@ def readtmy3(filename=None):
4848
that for more detailed descriptions of each component, please consult
4949
the TMY3 User's Manual ([1]), especially tables 1-1 through 1-6.
5050
51-
meta : struct
52-
struct of meta data is created, which contains all
51+
meta : dict
52+
dict of meta data is created, which contains all
5353
site metadata available in the file
5454
5555
Notes
@@ -277,9 +277,9 @@ def readtmy2(filename):
277277
the TMY2 User's Manual ([1]), especially tables 3-1 through 3-6, and
278278
Appendix B.
279279
280-
meta : struct
280+
meta : dict
281281
282-
A struct containing the metadata from the TMY2 file.
282+
A dict containing the metadata from the TMY2 file.
283283
284284
Notes
285285
-----

0 commit comments

Comments
 (0)