Skip to content

Commit

Permalink
Merge pull request #122 from EdwardBetts/spelling
Browse files Browse the repository at this point in the history
correct spelling mistake
  • Loading branch information
mdshw5 authored Sep 11, 2017
2 parents d7e7533 + d849ee0 commit 51388c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfaidx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ def _long_name_from_index_record(self, index_record):
def _long_name_from_bgzf(self, index_record):
""" Return the full sequence defline and description. Internal method passing IndexRecord
This method is present for compatibility with BGZF files, since we cannot subtract their offsets.
It may be possible to implement a more effecient method. """
It may be possible to implement a more efficient method. """
raise NotImplementedError("FastaRecord.long_name and Fasta(read_long_names=True) "
"are not supported currently for BGZF compressed files.")
prev_bend = index_record.prev_bend
Expand Down

0 comments on commit 51388c4

Please sign in to comment.