Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabsbandeira committed Feb 13, 2024
1 parent 1baec2b commit 71d856b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apply-terminator.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def backup_conf(terminator_conf_file_path):
backup_path = f'{terminator_conf_file_path}.{now_str}'
shutil.copyfile(terminator_conf_file_path, backup_path)
print('')
print('Backup created at'+ backup_path)
print('Backup created at '+ backup_path)

def strip_accents(s):
return ''.join(c for c in unicodedata.normalize('NFD', s)
Expand Down

0 comments on commit 71d856b

Please sign in to comment.