From dc50948c3c039b876175f7eb80d81b714717b7c1 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Sun, 29 Sep 2019 11:27:06 -0400 Subject: [PATCH] Single backticks to double backticks in triage guide --- docs/html/development/issue-triage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/development/issue-triage.rst b/docs/html/development/issue-triage.rst index cf125ccdb..9fc54f544 100644 --- a/docs/html/development/issue-triage.rst +++ b/docs/html/development/issue-triage.rst @@ -168,7 +168,7 @@ depending on the situation: * Python as resolved by the shell: ``type python`` * Origin of pip (get-pip.py, OS-level package manager, ensurepip, manual installation) -* Using a virtual environment (with `--system-site-packages`?) +* Using a virtual environment (with ``--system-site-packages``?) * Using a conda environment * ``PATH`` environment variable * Network situation (e.g. airgapped environment, firewalls)