Skip to content

Commit 9679440

Browse files
committed
enh(plot): distinguish sfxed <-> sfx labels
1 parent c1bb18f commit 9679440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphtik/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ class Theme:
587587
{%- endif -%}
588588
589589
{%- if nx_item | sfxed -%}
590-
<BR/>(<I>sfx:</I> {{ nx_item | sfx_list | join(', ') | eee }})
590+
<BR/>(<I>sfxed:</I> {{ nx_item | sfx_list | join(', ') | eee }})
591591
{%- endif -%}
592592
593593
</TD>

0 commit comments

Comments
 (0)