Skip to content

Commit 0155acf

Browse files
committed
update the wording from "doesn't" to "does not"
1 parent df25a69 commit 0155acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

about_code_tool/genattrib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def main(parser, options, args):
109109

110110
if mapping_config:
111111
if not exists('MAPPING.CONFIG'):
112-
print("The file 'MAPPING.CONFIG' doesn't exist.")
112+
print("The file 'MAPPING.CONFIG' does not exist.")
113113
sys.exit(errno.EINVAL)
114114

115115
if not len(args) == 3:

0 commit comments

Comments
 (0)