From 7ffe6a2c7817feb5e9817c6869849783539e60b2 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 9 Jul 2017 22:12:17 +0200 Subject: [PATCH] Fix Python/PyQt casing --- FAQ.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.asciidoc b/FAQ.asciidoc index 8eba424de..9a540160a 100644 --- a/FAQ.asciidoc +++ b/FAQ.asciidoc @@ -173,7 +173,7 @@ What's the difference between insert and passthrough mode?:: Why takes it longer to open an URL in qutebrowser than in chromium?:: When opening an URL in an existing instance the normal qutebrowser - python script is started and a few PyQT libraries need to be + Python script is started and a few PyQt libraries need to be loaded until it is detected that there is an instance running where the URL is then passed to. This takes some time. One workaround is to use this