Skip to content

Commit

Permalink
Make GUI for Double Black Circle consistent with folder name in corpus
Browse files Browse the repository at this point in the history
  • Loading branch information
brawer committed Mar 28, 2024
1 parent 5050b27 commit 243c0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corpus_builder/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self, parent):
("A", "white_circle", "White Circle \u25CB"),
("B", "double_white_circle", "Double White Circle \u29BE"),
("P", "black_dot", "Black Dot ·"),
("Q", "black_circle", "Black Circle \u29BF"),
("Q", "double_black_circle", "Double Black Circle \u29BF"),
("T", "small_cross", "Small Cross ×"),
("U", "large_cross", "Large Cross ✛"),
]:
Expand Down

0 comments on commit 243c0ce

Please sign in to comment.