From 6af5c59f811e70323a4148a255eb7613229afdca Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:48:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tutorial/splitting-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/splitting-apps.md b/docs/tutorial/splitting-apps.md index f9c21bf44a..a32fe28e1f 100644 --- a/docs/tutorial/splitting-apps.md +++ b/docs/tutorial/splitting-apps.md @@ -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.