Skip to content

Commit 6af5c59

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent a638954 commit 6af5c59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial/splitting-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ We'll see how to implement the user module in the next section.
5757

5858
{* docs_src/splitting_apps/main.py hl[8,9] *}
5959

60-
In this module, we import the `version` and `users` modules and add them to the main app using `add_typer`.
60+
In this module, we import the `version` and `users` modules and add them to the main app using `add_typer`.
6161

6262
For the `users` module, we specify the name as `users` to group the commands under the `users` sub-command.
6363

0 commit comments

Comments
 (0)