Skip to content

Commit 7e3dff1

Browse files
authored
Docs: correct the shape of trajectory (TheAlgorithms#6255)
The shape of the trajectory of projectile is a parabola.
1 parent d25187e commit 7e3dff1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

physics/horizontal_projectile_motion.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
This algorithm solves a specific problem in which
44
the motion starts from the ground as can be seen below:
55
(v = 0)
6-
**
7-
* *
8-
* *
9-
* *
10-
* *
11-
* *
12-
GROUND GROUND
6+
* *
7+
* *
8+
* *
9+
* *
10+
* *
11+
* *
12+
GROUND GROUND
1313
For more info: https://en.wikipedia.org/wiki/Projectile_motion
1414
"""
1515

0 commit comments

Comments
 (0)