Skip to content

Commit

Permalink
Update src/nplinker/metabolomics/spectrum.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng authored Dec 4, 2024
1 parent 19b6f1e commit 40391fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nplinker/metabolomics/spectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def to_tabular(self) -> dict[str, str]:
"""Convert the Spectrum object to a tabular format.
Returns:
dict: A dictionary representing the BGC object in tabular format.
dict: A dictionary representing the Spectrum object in tabular format.
The keys can be treated as headers and values are strings in which tabs are removed.
This dict can be exported as a TSV file.
"""
Expand Down

0 comments on commit 40391fe

Please sign in to comment.