File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -188,11 +188,9 @@ contained in the congruence, but that this is not currently known.
188
188
Presentation<OtherWord> const & p) { return self.init (knd, p); },
189
189
py::arg (" knd" ),
190
190
py::arg (" p" ),
191
- // TODO(0) adding only-document-once here means that the other
192
- // overload of init is suppressed also :(
193
- // :only-document-once:
194
191
R"pbdoc(
195
192
:sig=(self: Kambites, knd: congruence_kind, p: Presentation) -> Kambites:
193
+ :only-document-once:
196
194
197
195
Re-initialize a :any:`Kambites` instance.
198
196
@@ -322,6 +320,8 @@ Copy a :any:`Kambites` object.
322
320
" init" ,
323
321
[](Kambites_& self) { return self.init (); },
324
322
R"pbdoc(
323
+ :sig=(self: Kambites) -> Kambites:
324
+ :only-document-once:
325
325
Re-initialize a :any:`Kambites` instance.
326
326
327
327
This function puts a :any:`Kambites` instance back into the state that it would
You can’t perform that action at this time.
0 commit comments