We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defc205 commit 9eac958Copy full SHA for 9eac958
physics/horizontal_projectile_motion.py
@@ -17,7 +17,7 @@
17
from math import radians as angle_to_radians
18
from math import sin
19
20
-# Acceleration Constant on hearth (unit m/s^2)
+# Acceleration Constant on Earth (unit m/s^2)
21
g = 9.80665
22
23
0 commit comments