diff --git a/tests/unit/misc/test_utilcmds.py b/tests/unit/misc/test_utilcmds.py index 9477e8f68..7ec534256 100644 --- a/tests/unit/misc/test_utilcmds.py +++ b/tests/unit/misc/test_utilcmds.py @@ -97,7 +97,7 @@ class FakeModeMan: def test_repeat_command_initial(mocker): - """Test repeat_command first-time behaviour. + """Test repeat_command first-time behavior. If :repeat-command is called initially, it should err, because there's nothing to repeat.