From fd7342b05558e251e6e0c1dd2c4230ad5330cfe4 Mon Sep 17 00:00:00 2001 From: Ismail S Date: Fri, 8 Jul 2016 15:58:47 +0100 Subject: [PATCH] Move """ to separate line --- qutebrowser/browser/commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index 9f5ee479d..dc2386753 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -1126,7 +1126,8 @@ class CommandDispatcher: Args: url: url to save as a bookmark. If None, use url of current page. - title: title of the new bookmark.""" + title: title of the new bookmark. + """ if url and not title: raise cmdexc.CommandError('Title must be provided if url has ' 'been provided')