Skip to content

Commit bbee59b

Browse files
committed
Use alternate spelling for flavor attribute.
1 parent 468532e commit bbee59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distutils/tests/test_dir_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class FailPath(pathlib.Path):
124124
def mkdir(self, *args, **kwargs):
125125
raise OSError("Failed to create directory")
126126

127-
_flavor = (
127+
_flavour = (
128128
pathlib._windows_flavour if os.name == 'nt' else pathlib._posix_flavour
129129
)
130130

0 commit comments

Comments
 (0)