slither-doctor: fix lint error

pull/1550/head
Emilio López 2 years ago
parent b01ba03fa8
commit 407d35cbd8
  1. 4
      slither/tools/doctor/checks/paths.py

@ -69,8 +69,8 @@ def check_slither_path(**_kwargs) -> None:
else: else:
print( print(
yellow( yellow(
f"This path does not correspond to this slither-doctor installation.\n" "This path does not correspond to this slither-doctor installation.\n"
+ "Double-check the order of directories in PATH if you have several slither installations." + "Double-check the order of directories in PATH if you have several Slither installations."
) )
) )
show_paths = True show_paths = True

Loading…
Cancel
Save