Skip to content

Commit 104fd7e

Browse files
committed
Specify which data source this class is for
1 parent 5fc4e13 commit 104fd7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nuclearmasses/io/nubase_parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class NUBASEParser(NUBASEFile, Converter):
1616
"""
1717
Parse the NUBASE file, doing the necessary preparations and clean up of data.
1818
19-
There are some quirks to the format used in the NUBASE file. It's based on fixed-width format, but deviates in
19+
There are some quirks to the format used in the file. It's based on fixed-width format, but deviates in various
2020
various places so additional work is required once the file is parsed.
2121
2222
Parameters

0 commit comments

Comments
 (0)