Related GitHub issue: [Mecha Munch Management]: Typos in hints for task #5 (`send_to_store`) · Issue #3685 · exercism/python · GitHub
There are the following typos in hints for task no. 5 (Send User Shopping Cart to Store for Fulfillment):
- Keyword argument should be
reverse, notreversed(reference: official documentation); - Boolean value should be
True, nottrue.
Proposed change
| Currently | Suggested |
|---|---|
reversed=true |
reverse=True |
Screenshots
Official documentation:

