Fix grammar mistake
This commit is contained in:
parent
dfd58d456a
commit
26af2b3089
@ -304,7 +304,7 @@ def check_optimize_flag():
|
||||
from qutebrowser.utils import log
|
||||
if sys.flags.optimize >= 2:
|
||||
log.init.warning("Running on optimize level higher than 1, "
|
||||
"unexpected behaviors may occur.")
|
||||
"unexpected behavior may occur.")
|
||||
|
||||
def earlyinit(args):
|
||||
"""Do all needed early initialization.
|
||||
|
Loading…
Reference in New Issue
Block a user