We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1611573 commit e762df0Copy full SHA for e762df0
src/attributecode/cmd.py
@@ -131,7 +131,7 @@ def validate_mapping(mapping, mapping_file):
131
if mapping and mapping_file:
132
raise click.UsageError(
133
'Invalid options combination: '
134
- '--mapping and --mapping-file are ultually exclusive.')
+ '--mapping and --mapping-file are mutually exclusive.')
135
if mapping:
136
return DEFAULT_MAPPING
137
return mapping_file or None
0 commit comments