From 749d7bfc3c10940c0d2360e0aeadb8e2991b9d5e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 8 Oct 2015 10:47:36 +0200 Subject: [PATCH] Add backticks to docs. --- qutebrowser/browser/commands.py | 4 ++-- qutebrowser/browser/hints.py | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index dac9edd9a..17c40c8b1 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -949,8 +949,8 @@ class CommandDispatcher: Args: userscript: Run the command as a userscript. Either store the - userscript in ~/.local/share/qutebrowser/userscripts - (or $XDG_DATA_DIR), or use an absolute path. + userscript in `~/.local/share/qutebrowser/userscripts` + (or `$XDG_DATA_DIR`), or use an absolute path. verbose: Show notifications when the command started/exited. detach: Whether the command should be detached from qutebrowser. cmdline: The commandline to execute. diff --git a/qutebrowser/browser/hints.py b/qutebrowser/browser/hints.py index 46eca6b7e..e3b3592db 100644 --- a/qutebrowser/browser/hints.py +++ b/qutebrowser/browser/hints.py @@ -751,8 +751,9 @@ class HintManager(QObject): URL. - With `userscript`: The userscript to execute. Either store the userscript in - ~/.local/share/qutebrowser/userscripts (or - $XDG_DATA_DIR), or use an absolute path. + `~/.local/share/qutebrowser/userscripts` + (or `$XDG_DATA_DIR`), or use an absolute + path. - With `fill`: The command to fill the statusbar with. `{hint-url}` will get replaced by the selected URL.