Skip to content

Commit ba79967

Browse files
Update src/usethis/_tool.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bd1971d commit ba79967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/usethis/_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def get_active_config_file_managers(self) -> set[KeyValueFileManager]:
291291
config_spec = self.get_config_spec()
292292
resolution = config_spec.resolution
293293
if resolution == "first":
294-
# N.B. keep this roughly in sync with the bepoke logic for pytest
294+
# N.B. keep this roughly in sync with the bespoke logic for pytest
295295
for (
296296
relative_path,
297297
file_manager,

0 commit comments

Comments
 (0)