summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/support/__init__.py')
-rw-r--r--Lib/test/support/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/support/__init__.py b/Lib/test/support/__init__.py
index 58e4f92..d82ac88 100644
--- a/Lib/test/support/__init__.py
+++ b/Lib/test/support/__init__.py
@@ -985,7 +985,7 @@ def change_cwd(path, quiet=False):
except OSError as exc:
if not quiet:
raise
- warnings.warn(f'tests may fail, unable to change current working '
+ warnings.warn(f'tests may fail, unable to change the current working '
f'directory to {path}: {exc}',
RuntimeWarning, stacklevel=3)
try: