Fix typos.
This commit is contained in:
parent
4fa32bd0cd
commit
ea06c64ed4
@ -859,7 +859,7 @@ class HintManager(QObject):
|
||||
"""Filter displayed hints according to a text.
|
||||
|
||||
Args:
|
||||
filterstr: The string to filer with, or None to show all.
|
||||
filterstr: The string to filter with, or None to show all.
|
||||
"""
|
||||
for elems in self._context.elems.values():
|
||||
try:
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
# pylint: disable=unused-import,import-error
|
||||
|
||||
"""The qutebrowser test suite contest file."""
|
||||
"""The qutebrowser test suite conftest file."""
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
Loading…
Reference in New Issue
Block a user