Fix typos.

This commit is contained in:
Florian Bruhin 2015-11-23 11:17:26 +01:00
parent 4fa32bd0cd
commit ea06c64ed4
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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