Skip to content

Commit

Permalink
Fix typo in AthenaProject sniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-austin committed Nov 24, 2023
1 parent 1b24e52 commit d8a80ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/larch.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def sniff_prefix(self, file_prefix: FilePrefix) -> bool:
True
>>> from galaxy.datatypes.sniff import get_test_fname
>>> fname = get_test_fname('Si.cif')
>>> FEFFInput().sniff(fname)
>>> AthenaProject().sniff(fname)
False
"""

Expand Down

0 comments on commit d8a80ef

Please sign in to comment.