mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
typo corrected: heart -> Earth (#6275)
This commit is contained in:
parent
defc205ef4
commit
9eac958725
|
@ -17,7 +17,7 @@ For more info: https://en.wikipedia.org/wiki/Projectile_motion
|
|||
from math import radians as angle_to_radians
|
||||
from math import sin
|
||||
|
||||
# Acceleration Constant on hearth (unit m/s^2)
|
||||
# Acceleration Constant on Earth (unit m/s^2)
|
||||
g = 9.80665
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user