Skip to content

Commit a931473

Browse files
committed
Fixed mis-formatted docstring in ggl.
1 parent 0dfb681 commit a931473

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

exercises/concept/guidos-gorgeous-lasagna/.docs/instructions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ def elapsed_time_in_minutes(number_of_layers, elapsed_bake_time):
8383
:param elapsed_bake_time: int - time the lasagna has been baking in the oven.
8484
:return: int - total time elapsed (in minutes) preparing and baking.
8585
86-
This function takes two integers representing the number of lasagna layers and the
87-
time already spent baking the lasagna. It calculates the total elapsed minutes spent cooking (preparing + baking).
86+
This function takes two integers representing the number of
87+
lasagna layers and the time already spent baking the lasagna.
88+
It calculates the total elapsed minutes spent cooking
89+
(preparing + baking).
8890
"""
8991
```
9092

0 commit comments

Comments
 (0)