diff --git a/book/fundamentals/multiple-sequence-alignment.md b/book/fundamentals/multiple-sequence-alignment.md index ab0e787..1e602cd 100644 --- a/book/fundamentals/multiple-sequence-alignment.md +++ b/book/fundamentals/multiple-sequence-alignment.md @@ -203,7 +203,7 @@ We can now apply one of these functions to build a distance matrix for a set of >>> print(guide_dm) ``` -scikit-bio also has some basic visualization functinality for these objects. For example, we can easily visualize this object as a heatmap. +scikit-bio also has some basic visualization functionality for these objects. For example, we can easily visualize this object as a heatmap. ```python >>> fig = guide_dm.plot(cmap='Greens')