Skip to content

Commit a460b5f

Browse files
Fix typo in docstring for doc interface function
1 parent 1de87df commit a460b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/usethis/_interface/doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def doc(
1010
quiet: bool = quiet_opt,
1111
frozen: bool = frozen_opt,
1212
) -> None:
13-
"""Add a recommended testing framework to the project."""
13+
"""Add a recommended documentation framework to the project."""
1414
from usethis._config import usethis_config
1515
from usethis._config_file import files_manager
1616
from usethis._console import err_print

0 commit comments

Comments
 (0)