diff --git a/qutebrowser/widgets/statusbar.py b/qutebrowser/widgets/statusbar.py index c263139aa..5876dc878 100644 --- a/qutebrowser/widgets/statusbar.py +++ b/qutebrowser/widgets/statusbar.py @@ -98,7 +98,7 @@ class StatusProgress(QProgressBar): self.hide() class StatusText(QLabel): - """The text part of the status bar, composedof several 'widgets'""" + """The text part of the status bar, composed of several 'widgets'""" keystring = '' error = '' text = ''