fix adblock-update documentation

The tilde has to be escaped, otherwise the HTML is broken.
This commit is contained in:
Jakub Klinkovský 2016-09-01 09:58:05 +02:00
parent 3518fe19e8
commit cbe74f6991

View File

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