We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6e26e commit 889b949Copy full SHA for 889b949
textplot/matrix.py
@@ -44,7 +44,7 @@ def key(self, term1, term2):
44
str: The dictionary key.
45
"""
46
47
- return '_'.join(sorted((term1, term2)))
+ return tuple(sorted((term1, term2)))
48
49
50
def set_pair(self, term1, term2, value, **kwargs):
0 commit comments