@@ -221,10 +221,10 @@ can be easily displayed in a chromaticity diagram, for example).
221221
222222 The value is in the format ``((x, y, Y), (x, y, Y), (x, y, Y)) ``, if available.
223223
224- .. py :attribute :: chromatic_adaption
224+ .. py :attribute :: chromatic_adaptation
225225 :type: tuple[tuple[tuple[float, float, float], tuple[float, float, float], tuple[float, float, float]], tuple[tuple[float, float, float], tuple[float, float, float], tuple[float, float, float]]] | None
226226
227- The chromatic adaption matrix converts a color measured using the
227+ The chromatic adaptation matrix converts a color measured using the
228228 actual illumination conditions and relative to the actual adopted
229229 white, to a color relative to the PCS adopted white, with
230230 complete adaptation from the actual adopted white chromaticity to
@@ -316,21 +316,21 @@ can be easily displayed in a chromaticity diagram, for example).
316316 .. py :attribute :: red_primary
317317 :type: tuple[tuple[float, float, float], tuple[float, float, float]] | None
318318
319- The XYZ-transformed of the RGB primary color red (1, 0, 0).
319+ The XYZ-transform of the RGB primary color red (1, 0, 0).
320320
321321 The value is in the format ``((X, Y, Z), (x, y, Y)) ``, if available.
322322
323323 .. py :attribute :: green_primary
324324 :type: tuple[tuple[float, float, float], tuple[float, float, float]] | None
325325
326- The XYZ-transformed of the RGB primary color green (0, 1, 0).
326+ The XYZ-transform of the RGB primary color green (0, 1, 0).
327327
328328 The value is in the format ``((X, Y, Z), (x, y, Y)) ``, if available.
329329
330330 .. py :attribute :: blue_primary
331331 :type: tuple[tuple[float, float, float], tuple[float, float, float]] | None
332332
333- The XYZ-transformed of the RGB primary color blue (0, 0, 1).
333+ The XYZ-transform of the RGB primary color blue (0, 0, 1).
334334
335335 The value is in the format ``((X, Y, Z), (x, y, Y)) ``, if available.
336336
0 commit comments