Skip to content

Commit cb64835

Browse files
Update codespell_lib/_codespell.py
Co-authored-by: Peter Newman <peternewman@users.noreply.github.com>
1 parent e3a4b16 commit cb64835

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codespell_lib/_codespell.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,8 @@ def main(*args):
867867
try:
868868
glob_match.match("/random/path") # does not need a real path
869869
except re.error:
870-
print("ERROR: --skip/-S has been fed an invalid glob",
870+
print("ERROR: --skip/-S has been fed an invalid glob, "
871+
"try escaping special characters",
871872
file=sys.stderr)
872873
return EX_USAGE
873874

0 commit comments

Comments
 (0)