Fix docstring

This commit is contained in:
Florian Bruhin 2016-09-12 11:24:20 +02:00
parent 8afb02eef7
commit 469c75662e

View File

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
"""Base class for a subprocess run for tests.."""
"""Base class for a subprocess run for tests."""
import re
import os