Mercurial > hgrepos > Python > apps > py-cutils
diff cutils/util/walk.py @ 265:188f448ab5e9
FIX: typo in docs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 17 Feb 2025 00:12:33 +0100 |
| parents | ca9d5a0dc9bb |
| children | 0add8276e6b8 |
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)
