Skip to content

Commit 7f3618e

Browse files
author
Andrew Yang
committed
Missed comment
1 parent f577dd1 commit 7f3618e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/utils/parsers/loaddata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def loadData(filename, minrows=10, headers=False, hdel='=', hignore=None, **kwar
2121
2222
The data block is identified as the first matrix block of at least minrows rows
2323
and constant number of columns. This seems to work for most of the datafiles including
24-
those generated by PDFGetX2.
24+
those generated by diffpy programs.
2525
2626
filename -- name of the file we want to load data from.
2727
minrows -- minimum number of rows in the first data block.

0 commit comments

Comments
 (0)