mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-11 00:59:49 +00:00
Fix copy / paste oversight (#2448)
This commit is contained in:
parent
363858ef3b
commit
697495b017
@ -19,7 +19,7 @@ if space_files:
|
||||
|
||||
hyphen_files = [file for file in filepaths if "-" in file]
|
||||
if hyphen_files:
|
||||
print(f"{len(hyphen_files)} files contain space characters:")
|
||||
print(f"{len(hyphen_files)} files contain hyphen characters:")
|
||||
print("\n".join(hyphen_files) + "\n")
|
||||
|
||||
nodir_files = [file for file in filepaths if os.sep not in file]
|
||||
|
Loading…
x
Reference in New Issue
Block a user