Move """ to separate line

This commit is contained in:
Ismail S 2016-07-08 15:58:47 +01:00
parent 394d9d1404
commit fd7342b055

View File

@ -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')