Skip to content

Commit 9d3177a

Browse files
committed
Fix typo
1 parent 23baba3 commit 9d3177a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

i6_models/parts/rasr_fsa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ class _RasrFsaBuilderFbw2(_AbstractRasrFsaBuilder):
307307
Using any subclass requires a working installation of the python package `librasr`.
308308
"""
309309

310-
def build_batched_fsas(self, fsas: Iterable[FsaTuple]) -> WeightedFsaV2:
310+
def build_batched_fsa(self, fsas: Iterable[FsaTuple]) -> WeightedFsaV2:
311311
"""
312312
Joins a set of FSAs represented as tuples into a single :classref:`WeightedFsaV2` object.
313313

0 commit comments

Comments
 (0)