Skip to content
This repository was archived by the owner on Jul 20, 2021. It is now read-only.

Commit d9802b3

Browse files
author
Greg Caporaso
committed
Merge pull request #158 from iab-reader1/patch-1
fix misspelling
2 parents c63abf1 + cc3563a commit d9802b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/fundamentals/multiple-sequence-alignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ We can now apply one of these functions to build a distance matrix for a set of
203203
>>> print(guide_dm)
204204
```
205205

206-
scikit-bio also has some basic visualization functinality for these objects. For example, we can easily visualize this object as a heatmap.
206+
scikit-bio also has some basic visualization functionality for these objects. For example, we can easily visualize this object as a heatmap.
207207

208208
```python
209209
>>> fig = guide_dm.plot(cmap='Greens')

0 commit comments

Comments
 (0)