Update src/textual/widgets/_directory_tree.py

Co-authored-by: Dave Pearson <davep@davep.org>
This commit is contained in:
Rodrigo Girão Serrão 2023-11-23 10:47:37 +00:00 committed by GitHub
parent b902b1cae6
commit c7d59b9f20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ from ._tree import TOGGLE_STYLE, Tree, TreeNode
@dataclass
class DirEntry:
"""Attaches directory information to a [DirectoryTree][textual.widgets.DirectoryTree] node."""
"""Attaches directory information to a [`DirectoryTree`][textual.widgets.DirectoryTree] node."""
path: Path
"""The path of the directory entry."""