Skip to content

Commit e762df0

Browse files
committed
Fix help doc typo
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 1611573 commit e762df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributecode/cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def validate_mapping(mapping, mapping_file):
131131
if mapping and mapping_file:
132132
raise click.UsageError(
133133
'Invalid options combination: '
134-
'--mapping and --mapping-file are ultually exclusive.')
134+
'--mapping and --mapping-file are mutually exclusive.')
135135
if mapping:
136136
return DEFAULT_MAPPING
137137
return mapping_file or None

0 commit comments

Comments
 (0)