Skip to content

Commit 6551a74

Browse files
committed
Merge branch 'main' into develop
2 parents e81040d + a2a4d53 commit 6551a74

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

mirte_robot/robot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ def getColor(self, sensor: str) -> dict[str, float]:
594594
595595
Returns:
596596
{h, s, l}: Hue (0-360), Saturation (0-1), Lightness.
597+
{h, s, l}: Hue (0-360), Saturation (0-1), Lightness.
597598
"""
598599

599600
value = self._call_service(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
license="Apache License 2.0",
1919
classifiers=[
2020
"Programming Language :: Python :: 3",
21-
"License :: OSI Approved :: pache Software License",
21+
"License :: OSI Approved :: Apache Software License",
2222
"Operating System :: OS Independent",
2323
],
2424
python_requires='>=3.6',

0 commit comments

Comments
 (0)