Skip to content

Commit 79ca0a7

Browse files
Joseph-Edwardsjames-d-mitchell
authored andcommitted
Add start param in Aho traverse_word
1 parent 2e487ef commit 79ca0a7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/aho-corasick.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ index *start*, and traversing using the letters in the word *w*.
371371
:param ac: object to traverse.
372372
:type ac: AhoCorasick
373373
374-
:param start: TODO(0)
374+
:param start: the index of the node to first traverse from.
375375
:type start: int
376376
377377
:param w: Word to traverse by

src/knuth-bendix.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ instance.
318318
.def(py::init<congruence_kind, Presentation<std::string> const&>(),
319319
py::arg("knd"),
320320
py::arg("p"),
321-
// TODO(0) this constructor's doc is duplicated, but including
322321
R"pbdoc(
323322
:sig=(knd: congruence_kind, p: PresentationStrings) -> None:
324323
:only-document-once:

0 commit comments

Comments
 (0)