From 400671dac637736819bd6a2a8d20942506ee25d3 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 9 Jan 2021 19:37:22 +0000 Subject: [PATCH] doc --- docs/source/tree.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tree.rst b/docs/source/tree.rst index 03d2b043..334c31d9 100644 --- a/docs/source/tree.rst +++ b/docs/source/tree.rst @@ -33,7 +33,7 @@ When you call :meth:`~rich.tree.Tree.add` a new Tree instance is returned. You c Tree Styles ~~~~~~~~~~~ -The Tree constructor or :meth:`~rich.tree.Tree.add` method allow you to specify a ``style`` which sets a style for the entire branch, and ``guide_style`` which sets the style for the guide lines. +The Tree constructor and :meth:`~rich.tree.Tree.add` method allows you to specify a ``style`` argument which sets a style for the entire branch, and ``guide_style`` which sets the style for the guide lines. These styles are inherited by the branches and will apply to any sub-trees as well. If you set ``guide_style`` to bold, Rich will select the thicker variations of unicode line characters. Similarly, if you select the "underline2" style you will get double line style of unicode characters.