Move """ to separate line
This commit is contained in:
parent
394d9d1404
commit
fd7342b055
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user