fix adblock-update documentation
The tilde has to be escaped, otherwise the HTML is broken.
This commit is contained in:
parent
3518fe19e8
commit
cbe74f6991
@ -182,8 +182,8 @@ class HostBlocker:
|
|||||||
def adblock_update(self, win_id):
|
def adblock_update(self, win_id):
|
||||||
"""Update the adblock block lists.
|
"""Update the adblock block lists.
|
||||||
|
|
||||||
This updates ~/.local/share/qutebrowser/blocked-hosts with downloaded
|
This updates `~/.local/share/qutebrowser/blocked-hosts` with downloaded
|
||||||
host lists and re-reads ~/.config/qutebrowser/blocked-hosts.
|
host lists and re-reads `~/.config/qutebrowser/blocked-hosts`.
|
||||||
"""
|
"""
|
||||||
self._read_hosts_file(self._config_hosts_file,
|
self._read_hosts_file(self._config_hosts_file,
|
||||||
self._config_blocked_hosts)
|
self._config_blocked_hosts)
|
||||||
|
Loading…
Reference in New Issue
Block a user