Skip to content

Commit

Permalink
docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFrhwld committed Feb 26, 2024
1 parent 72933ec commit 9879c21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/reference/syllabify.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ Make syllable constituents for a word interval
`syllabify.syllabify_tg(tg)`

Syllabify an entire AlignedTextGrid
Args:
tg (AlignedTextGrid): The textgrid to syllabify

#### Parameters

| Name | Type | Description | Default |
|--------|----------------------------------|---------------------------|------------|
| `tg` | aligned_textgrid.AlignedTextGrid | The textgrid to syllabify | _required_ |

### syllabify_word { #fave_syllabify.syllabify.syllabify_word }

Expand Down
1 change: 1 addition & 0 deletions src/fave_syllabify/syllabify.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def syllabify_word(word: SequenceInterval):

def syllabify_tg(tg: AlignedTextGrid):
"""Syllabify an entire AlignedTextGrid
Args:
tg (AlignedTextGrid): The textgrid to syllabify
"""
Expand Down

0 comments on commit 9879c21

Please sign in to comment.