Skip to content

Commit 08620ef

Browse files
Merge branch '188-implement-usethis-tool-mkdocs' of https://github.com/nathanjmcdougall/usethis-python into 188-implement-usethis-tool-mkdocs
2 parents 68d6d3f + 8ef5bd8 commit 08620ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/usethis/_tool/impl/mkdocs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ def get_managed_files(self) -> list[Path]:
7676

7777
def preferred_file_manager(self) -> KeyValueFileManager:
7878
"""If there is no currently active config file, this is the preferred one."""
79-
# Should set the the mkdocs.yml file manager as the preferred one
79+
# Should set the mkdocs.yml file manager as the preferred one
8080
return MkDocsYMLManager()

0 commit comments

Comments
 (0)