Skip to content

Commit ec7372a

Browse files
committed
Updated docstring
1 parent a9c3419 commit ec7372a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

solutions/day14.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ class Solution(SolutionBase):
4343
Input format:
4444
List of strings where each line represents a robot with:
4545
- Initial position (p=x,y)
46-
- Initial velocity (V=x,y)
47-
Example: "p=0,4 v=3,-3"
46+
- Initial velocity (v=x,y)
4847
49-
The solution uses custom Position and Robot namedtuples to track robot states
48+
The solution uses custom `Position` and `Robot` namedtuples to track robot states
5049
and implements methods to calculate robot positions over time in a wrapping
5150
grid space.
5251
"""

0 commit comments

Comments
 (0)