Skip to content

Commit

Permalink
change INPUTS: to INPUT:
Browse files Browse the repository at this point in the history
  • Loading branch information
enadeau committed Oct 9, 2019
1 parent 886b5ec commit 71f2ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/combinat/words/suffix_trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -1743,7 +1743,7 @@ def walk_chain(u, v, l, start):
got to a point already registered in ``QP``. Registers all visited
point in ``Q``.
INPUTS:
INPUT:
- ``(u, v)`` -- edge on which the point is registered
- ``l`` -- depth of the registered point on (u,v)
Expand Down Expand Up @@ -1787,7 +1787,7 @@ def treat_node(current_node, i, j):
labeled points on each edges of T. The fonction is recursive, call
treat_node(0,0,0) to initiate the search.
INPUTS:
INPUT:
- ``current_node`` - The node to treat
- ``(i, j)`` - Pair of index such that the path from 0 to
Expand Down

0 comments on commit 71f2ab7

Please sign in to comment.