Skip to content

Commit 7fb89c2

Browse files
Fix typo
1 parent 35bbe34 commit 7fb89c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/usethis/_tool/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ def _add_config_item(
491491
break
492492
used_file_managers = new_file_managers
493493

494-
# Now, use the highest-prority file manager to add the config
494+
# Now, use the highest-priority file manager to add the config
495495
(used_file_manager, *_) = used_file_managers
496496

497497
if not config_item.force and entry.keys in used_file_manager:

0 commit comments

Comments
 (0)