Skip to content

Commit

Permalink
Merge branch 'feature/v0.4.7' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jan 28, 2025
2 parents bc5a40b + 6689ca6 commit 6d73ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colour/utilities/tests/test_structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class TestStructure:
"""

def test_Structure(self) -> None:
"""Test :class:`colour.utilities.structures.Structure` class."""
"""Test the :class:`colour.utilities.structures.Structure` class."""

structure = Structure(John="Doe", Jane="Doe")
assert "John" in structure
Expand Down

0 comments on commit 6d73ea8

Please sign in to comment.