Skip to content

Commit

Permalink
missing argument in definition
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Nov 28, 2024
1 parent e36c8e1 commit 2c75025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stam.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ class Annotation:
Returns the substore this annotation is a part of, or `None` if the annotation is part of the root store.
"""

def alignments(self) -> list[list[Union[TextSelection,Annotation]]]:
def alignments(self, **kwargs) -> list[list[Union[TextSelection,Annotation]]]:
"""
If this annotation describes a transposition (https://github.com/annotation/stam/blob/master/extensions/stam-transpose/README.md),
this will extract the alignments in the transposition to a list of lists. Each inner lists hold `TextSelection` instances that are in alignment.
Expand Down

0 comments on commit 2c75025

Please sign in to comment.