aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorial/t8.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorial/t8.py')
-rw-r--r--examples/tutorial/t8.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorial/t8.py b/examples/tutorial/t8.py
index 0c682df19..e203ed8a2 100644
--- a/examples/tutorial/t8.py
+++ b/examples/tutorial/t8.py
@@ -103,7 +103,7 @@ class CannonField(QtWidgets.QWidget):
if angle < 5:
angle = 5
if angle > 70:
- angle = 70;
+ angle = 70
if self.currentAngle == angle:
return
self.currentAngle = angle