We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0d8c8 commit bf45569Copy full SHA for bf45569
exercises/concept/plane-tickets/.docs/instructions.md
@@ -45,7 +45,7 @@ Here is an example:
45
Many airlines do not have _row_ number 13 on their flights, due to superstition amongst passengers.
46
Conda Airlines also follows this convention, so make sure you _don't_ generate seats for _row_ number 13.
47
48
-Implement a function `generate_seats()` that accepts an `int` that accepts an `int` that holds how many seats to be generated.
+Implement a function `generate_seats()` that accepts an `int` that holds how many seats to be generated.
49
The function should then return an _iterable_ of seats given.
50
51
```python
0 commit comments