Skip to content

Commit 96ee5ce

Browse files
committed
Fix minor inconsistencies in tutorial
1 parent f5c0b8a commit 96ee5ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/tutorial/commands/one-or-multiple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Usage: main.py [OPTIONS] COMMAND [ARGS]...
129129

130130
Creates a single user Hiro Hamada.
131131

132-
In the next version it will create 5 users more.
132+
In the next version it will create 5 more users.
133133

134134
Options:
135135
--install-completion Install completion for the current shell.

docs/tutorial/commands/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Commands:
3535
create
3636
delete
3737
delete-all
38-
info
38+
init
3939
```
4040

4141
</div>

docs/tutorial/first-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ In reality, the parameters that require an order can be made *optional* too. And
458458

459459
### In **Typer**
460460

461-
To try and make it a bit easier, we'll normally use the words "parameter" or "argument" to refer to Python functions.
461+
To try and make it a bit easier, we'll normally use the words "parameter" or "argument" to refer to "Python functions parameters" or "Python functions arguments".
462462

463463
We'll use ***CLI argument*** to refer to those *CLI parameters* that depend on the specific order. That are **required** by default.
464464

0 commit comments

Comments
 (0)