Skip to content

Commit c8ee1ec

Browse files
committed
Reformatted docstring example to better wrap.
1 parent a931473 commit c8ee1ec

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,9 @@ 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
87-
lasagna layers and the time already spent baking the lasagna.
88-
It calculates the total elapsed minutes spent cooking
89-
(preparing + baking).
86+
This function takes two integers representing the number of lasagna
87+
layers and the time already spent baking the lasagna. It calculates
88+
the total elapsed minutes spent cooking (preparing + baking).
9089
"""
9190
```
9291

0 commit comments

Comments
 (0)