summaryrefslogtreecommitdiff
path: root/tests/unit/browser/test_caret.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-09-15 20:41:56 +0200
committerFlorian Bruhin <me@the-compiler.org>2018-09-15 20:41:56 +0200
commitf817e5d271998ab0258dc9dd9314f17543e4f85b (patch)
tree5a589534efc4d0a1a2e3d50ac6ef20614e4c4ac1 /tests/unit/browser/test_caret.py
parentabff44def642316b223a46d54f9de78d7c9679f1 (diff)
downloadqutebrowser-f817e5d271998ab0258dc9dd9314f17543e4f85b.tar.gz
qutebrowser-f817e5d271998ab0258dc9dd9314f17543e4f85b.zip
Fix typo
Diffstat (limited to 'tests/unit/browser/test_caret.py')
-rw-r--r--tests/unit/browser/test_caret.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/browser/test_caret.py b/tests/unit/browser/test_caret.py
index 1c3c7f794..bed4e3914 100644
--- a/tests/unit/browser/test_caret.py
+++ b/tests/unit/browser/test_caret.py
@@ -50,8 +50,8 @@ class Selection:
def check(self, expected, *, strip=False):
"""Check whether we got the expected selection.
- Since (especially on Windows) the selection is empty if we're too
- quickly, we try to read it multiple times.
+ Since (especially on Windows) the selection is empty if we're checking
+ too quickly, we try to read it multiple times.
"""
for _ in range(10):
with self._qtbot.wait_signal(