Mercurial > hgrepos > Python > apps > py-cutils
changeset 265:188f448ab5e9
FIX: typo in docs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 17 Feb 2025 00:12:33 +0100 |
| parents | c657828cf62f |
| children | 0add8276e6b8 |
| files | cutils/util/walk.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cutils/util/walk.py Sun Feb 16 23:57:12 2025 +0100 +++ b/cutils/util/walk.py Mon Feb 17 00:12:33 2025 +0100 @@ -267,7 +267,7 @@ @classmethod def from_path_name(cls_, path, name, _do_stat=True): - """`_nostat` is to be used only for testing purposes""" + """`_do_stat` is to be used only for testing purposes""" w = cls_(name, os.path.join(path, name)) try: w._is_dir = os.path.isdir(w._path)
