Skip to content

Commit bf45569

Browse files
meatball133BethanyG
authored andcommitted
fix
1 parent 0f0d8c8 commit bf45569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/plane-tickets/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Here is an example:
4545
Many airlines do not have _row_ number 13 on their flights, due to superstition amongst passengers.
4646
Conda Airlines also follows this convention, so make sure you _don't_ generate seats for _row_ number 13.
4747

48-
Implement a function `generate_seats()` that accepts an `int` that accepts an `int` that holds how many seats to be generated.
48+
Implement a function `generate_seats()` that accepts an `int` that holds how many seats to be generated.
4949
The function should then return an _iterable_ of seats given.
5050

5151
```python

0 commit comments

Comments
 (0)