Skip to content

Commit e1c9110

Browse files
committed
Merge branch 'feature/v0.4.7' into develop
2 parents ffa6f01 + 71d001c commit e1c9110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

colour/notation/munsell.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,9 +1682,9 @@ def munsell_specification_to_munsell_colour(
16821682

16831683
chroma = round(chroma, chroma_decimals)
16841684
attest(
1685-
2 <= chroma <= 50,
1685+
0 <= chroma <= 50,
16861686
f'"{specification!r}" specification chroma must be normalised to '
1687-
f"domain [2, 50]!",
1687+
f"domain [0, 50]!",
16881688
)
16891689

16901690
code_values = MUNSELL_HUE_LETTER_CODES.values()

0 commit comments

Comments
 (0)