Skip to content

Commit

Permalink
Merge pull request levitsky#125 from sjust-seerbio/fix-levitsky/pyteo…
Browse files Browse the repository at this point in the history
…mics#124

Fix levitsky#124
  • Loading branch information
levitsky authored Sep 11, 2023
2 parents 021e9b1 + 13c1431 commit 0d83225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyteomics/fasta.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def _new_parser(instance, descr):
if not RAW_HEADER_KEY in parsed:
parsed[RAW_HEADER_KEY] = descr
else:
raise aux.PytemicsError('Cannot save raw protein header, since the corresponsing'
raise aux.PyteomicsError('Cannot save raw protein header, since the corresponsing'
'key ({}) already exists.'.format(RAW_HEADER_KEY))
return parsed

Expand Down

0 comments on commit 0d83225

Please sign in to comment.