[Mecha Munch Management]: Typos in hints for task #5 (send_to_store)

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):

  1. Keyword argument should be reverse, not reversed (reference: official documentation);
  2. Boolean value should be True, not true.

Proposed change

Currently Suggested
reversed=true reverse=True

Screenshots


Official documentation:

UPD: related GitHub issue has been created. :heavy_check_mark:

UPD: related GitHub PR has been created. :heavy_check_mark:

PR approved and merged. :smile:

PR ref