Skip to content

Commit 6f06c9e

Browse files
committed
Update wording in tutorial code
1 parent 96ee5ce commit 6f06c9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs_src/commands/one_or_multiple/tutorial002.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def callback():
1313
"""
1414
Creates a single user Hiro Hamada.
1515
16-
In the next version it will create 5 users more.
16+
In the next version it will create 5 more users.
1717
"""
1818

1919

tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial002.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def test_help():
1414
result = runner.invoke(app, ["--help"])
1515
assert result.exit_code == 0
1616
assert "Creates a single user Hiro Hamada." in result.output
17-
assert "In the next version it will create 5 users more." in result.output
17+
assert "In the next version it will create 5 more users." in result.output
1818
assert "Commands" in result.output
1919
assert "create" in result.output
2020

0 commit comments

Comments
 (0)