Skip to content

Commit 3d86e1e

Browse files
authored
MAINT: Typo fix (#166)
1 parent a0d49b4 commit 3d86e1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/plugins/how-to-guides/raise-visible-warning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This class can be imported from the QIIME2 framework, specifically from `qiime2.
88
Below is an [excerpt](https://github.com/qiime2/q2-feature-table/blob/b6a312e612338db0f69c97641372e7f0005b43f5/q2_feature_table/_merge.py#L90C12-L93C14) from the `q2-feature-table` plugin that may issue such a warning.
99

1010
```python
11-
from qiime2.core.excpetions import RachisWarnings
11+
from qiime2.core.exceptions import RachisWarning
1212

1313
def merge_taxa(data: pd.DataFrame) -> pd.DataFrame:
1414
if len(data) > 1:

0 commit comments

Comments
 (0)