Skip to content

Commit 1cf456c

Browse files
Add TODO
1 parent 7becc73 commit 1cf456c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/libsemigroups_pybind11/presentation/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ class Presentation(_CxxWrapper): # pylint: disable=missing-class-docstring
8888
def __eq__(self: Self, other: Self):
8989
return _to_cxx(self) == _to_cxx(other)
9090

91+
# TODO this isn't correct, need to also doc passing the alphabet
92+
# TODO ditto for InversePresentation
93+
@_copydoc(_PresentationWord.__init__)
9194
def __init__(self: Self, *args, **kwargs) -> None:
92-
"""
93-
Construct a Presentation instance of the type specified by its argument.
94-
"""
9595
# super().__init__ checks if there are unexpected kwargs,
9696
# and sets _cxx_obj if the unique argument is a cxx_obj of type in _all_wrapped_cxx_types
9797
super().__init__(*args, optional_kwargs="word")

0 commit comments

Comments
 (0)