Skip to content

Commit

Permalink
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 3, 2024
1 parent a638954 commit 6af5c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/splitting-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ We'll see how to implement the user module in the next section.

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

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

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

Expand Down

0 comments on commit 6af5c59

Please sign in to comment.