summaryrefslogtreecommitdiffstats
path: root/Lib/test/support
diff options
context:
space:
mode:
authorStanislav Zmiev <zertarx@gmail.com>2022-07-22 23:55:46 (GMT)
committerGitHub <noreply@github.com>2022-07-22 23:55:46 (GMT)
commitc1e929858ad96fc6e41bc637e5ec9343b4f7e3c7 (patch)
tree29ed6ea80acdbb4b670282f391adaac75fea1a38 /Lib/test/support
parente4d3a96a113070fde433834a6c9fb79ebeebad4a (diff)
downloadcpython-c1e929858ad96fc6e41bc637e5ec9343b4f7e3c7.zip
cpython-c1e929858ad96fc6e41bc637e5ec9343b4f7e3c7.tar.gz
cpython-c1e929858ad96fc6e41bc637e5ec9343b4f7e3c7.tar.bz2
gh-90385: Add `pathlib.Path.walk()` method (GH-92517)
Automerge-Triggered-By: GH:brettcannon
Diffstat (limited to 'Lib/test/support')
-rw-r--r--Lib/test/support/os_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/support/os_helper.py b/Lib/test/support/os_helper.py
index 4edb1ab..61d12f5 100644
--- a/Lib/test/support/os_helper.py
+++ b/Lib/test/support/os_helper.py
@@ -572,7 +572,7 @@ def fs_is_case_insensitive(directory):
class FakePath:
- """Simple implementing of the path protocol.
+ """Simple implementation of the path protocol.
"""
def __init__(self, path):
self.path = path