From 511c12ee82f2686ad37ecfc28bb90bfd963199fe Mon Sep 17 00:00:00 2001 From: Will Robertson Date: Sun, 7 Apr 2024 11:55:52 +1030 Subject: [PATCH] intentional typo to check doc workflow failure --- docs/sankey_doc_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sankey_doc_examples.py b/docs/sankey_doc_examples.py index 1540f91..baae817 100644 --- a/docs/sankey_doc_examples.py +++ b/docs/sankey_doc_examples.py @@ -48,7 +48,7 @@ label_dict = {"apple": "Apple", "blueberry": "B'berry", "banana": "Banana", "lime": "Lime", "orange": "Orange"} plt.figure() -sky.sankey(data, label_dict=label_dict) +sky.sankey(data, label_dictx=label_dict) plt.show() plt.savefig("fruits_labeldict.png") plt.close()