We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ee5ce commit 6f06c9eCopy full SHA for 6f06c9e
2 files changed
docs_src/commands/one_or_multiple/tutorial002.py
@@ -13,7 +13,7 @@ def callback():
13
"""
14
Creates a single user Hiro Hamada.
15
16
- In the next version it will create 5 users more.
+ In the next version it will create 5 more users.
17
18
19
tests/test_tutorial/test_commands/test_one_or_multiple/test_tutorial002.py
@@ -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
20
0 commit comments