Skip to content

Commit a42ac86

Browse files
committed
fix: don't mention the p shortcut if not doing branches
1 parent bdad596 commit a42ac86

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

coverage/htmlfiles/pyfile.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ <h1>
3737
<kbd>r</kbd>
3838
<kbd>m</kbd>
3939
<kbd>x</kbd>
40-
<kbd>p</kbd> &nbsp; toggle line displays
40+
{% if has_arcs %}
41+
<kbd>p</kbd>
42+
{% endif %}
43+
&nbsp; toggle line displays
4144
</p>
4245
<p class="keyhelp">
4346
<kbd>j</kbd>

0 commit comments

Comments
 (0)