mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Typo fix (#2596)
This commit is contained in:
@@ -292,7 +292,7 @@ class DirectoryTree(Tree[DirEntry]):
|
||||
worker: The worker that the loading is taking place in.
|
||||
|
||||
Yields:
|
||||
Path: A entry within the location.
|
||||
Path: An entry within the location.
|
||||
"""
|
||||
try:
|
||||
for entry in location.iterdir():
|
||||
|
||||
Reference in New Issue
Block a user