Skip to content

Commit

Permalink
fix docs for MorphAnalysis.__contains__ (#13433)
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed May 2, 2024
1 parent d3a232f commit c195ca4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions website/docs/api/morphology.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,10 @@ Whether a feature/value pair is in the analysis.
> assert "Feat1=Val1" in morph
> ```
| Name | Description |
| ----------- | --------------------------------------------- |
| **RETURNS** | A feature/value pair in the analysis. ~~str~~ |
| Name | Description |
| ------------ | --------------------------------------------------------------------- |
| `feature` | A feature/value pair. ~~str~~ |
| **RETURNS** | Whether the feature/value pair is contained in the analysis. ~~bool~~ |

### MorphAnalysis.\_\_iter\_\_ {id="morphanalysis-iter",tag="method"}

Expand Down

0 comments on commit c195ca4

Please sign in to comment.