Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kamurani authored and peterjc committed May 1, 2024
1 parent 2906ac6 commit f6c6c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bio/Blast/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class HSP(Alignment):
- 'identity': number of identities in HSP (integer);
- 'positive': number of positives in HSP (integer);
- 'gaps': number of gaps in HSP (integer);
- 'midline': formating middle line.
- 'midline': formatting middle line.
A ``Bio.Blast.HSP`` object behaves the same as a `Bio.Align.Alignment``
object and can be used as such. However, when printing a ``Bio.Blast.HSP``
Expand Down Expand Up @@ -377,7 +377,7 @@ class Record(list):
- 'identity': number of identities in HSP (integer);
- 'positive': number of positives in HSP (integer);
- 'gaps': number of gaps in HSP (integer);
- 'midline': formating middle line.
- 'midline': formatting middle line.
>>> from Bio import Blast
>>> record = Blast.read("Blast/xml_2212L_blastx_001.xml")
Expand Down

0 comments on commit f6c6c6a

Please sign in to comment.