Skip to content

Commit

Permalink
Fix same typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWilshaw committed Sep 30, 2024
1 parent 11c9754 commit 29a83a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcolour/tcolour.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def print_all_colourimetry(self):


if __name__ == "__main__":
config = TColor()
config = TColour()

config.add_colour_space("..\\tests\\files\\tcolor_test.yaml")
config.print_all_colourimetry()

0 comments on commit 29a83a7

Please sign in to comment.