Update src/textual/widgets/_directory_tree.py
Co-authored-by: Dave Pearson <davep@davep.org>
This commit is contained in:
parent
b902b1cae6
commit
c7d59b9f20
1 changed files with 1 additions and 1 deletions
|
|
@ -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."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue