From a42ac864c97e81db170a0450b191903f8ffdcdda Mon Sep 17 00:00:00 2001
From: Ned Batchelder
Date: Sat, 30 Oct 2021 16:13:48 -0400
Subject: fix: don't mention the p shortcut if not doing branches
---
coverage/htmlfiles/pyfile.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
(limited to 'coverage')
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html
index 1f7b6bd2..fdad9d4e 100644
--- a/coverage/htmlfiles/pyfile.html
+++ b/coverage/htmlfiles/pyfile.html
@@ -37,7 +37,10 @@
r
m
x
- p toggle line displays
+ {% if has_arcs %}
+ p
+ {% endif %}
+ toggle line displays
j
--
cgit v1.2.1