Fix broken list in bfs_base_table docstring.
This commit is contained in:
parent
97d11e0c92
commit
7d5c516b9a
@ -79,7 +79,8 @@ def bfs_base_table(
|
|||||||
"""Breadth-first search tree of BaseTables.
|
"""Breadth-first search tree of BaseTables.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
the root of the tree.
|
root
|
||||||
|
the root of the tree.
|
||||||
root_accessor (Optional[str]): attribute name for the root table, if any (mostly
|
root_accessor (Optional[str]): attribute name for the root table, if any (mostly
|
||||||
useful for debugging).
|
useful for debugging).
|
||||||
skip_root (Optional[bool]): if True, the root itself is not visited, only its
|
skip_root (Optional[bool]): if True, the root itself is not visited, only its
|
||||||
|
Loading…
x
Reference in New Issue
Block a user