diff --git a/iqrobot.py b/iqrobot.py index 09c9836..41431d4 100644 --- a/iqrobot.py +++ b/iqrobot.py @@ -60,7 +60,7 @@ class IQRobot: :param int grad: Grad um die der Roboter gedreht werden soll mittels Vorzeichen +/- kann links oder rechts herum gedreht werden - :param bool with_reset: Parameter, um den Gierwinkel zurückzusetzen, Standard True + :param bool with_reset: Parameter, um den Gierwinkel zurückzusetzen, Standard: True """ if grad == 0 or grad == 360 : print("nichts zu tun")