Improved wording

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Dave Pearson
2023-03-01 16:20:52 +00:00
committed by GitHub
parent 88fcf4f070
commit 5cfa998fe4

View File

@@ -535,7 +535,7 @@ class Tree(Generic[TreeDataType], ScrollView, can_focus=True):
return len(self._tree_lines) - 1
def process_label(self, label: TextType) -> Text:
"""Process a `str` or `Text` value in to a label.
"""Process a `str` or `Text` value into a label.
Maybe overridden in a subclass to change modify how labels are rendered.