Skip to content

Commit

Permalink
Update wording in tutorial code
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoirand committed Nov 29, 2024
1 parent 96ee5ce commit 6f06c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs_src/commands/one_or_multiple/tutorial002.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def callback():
"""
Creates a single user Hiro Hamada.
In the next version it will create 5 users more.
In the next version it will create 5 more users.
"""


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_help():
result = runner.invoke(app, ["--help"])
assert result.exit_code == 0
assert "Creates a single user Hiro Hamada." in result.output
assert "In the next version it will create 5 users more." in result.output
assert "In the next version it will create 5 more users." in result.output
assert "Commands" in result.output
assert "create" in result.output

Expand Down

0 comments on commit 6f06c9e

Please sign in to comment.