Skip to content

Commit e6b9efe

Browse files
anym0usDmitrii Cheremushkin
andauthored
[Mecha Munch Management]: Fix hint for task #5 (send_to_store) (#3686)
Co-authored-by: Dmitrii Cheremushkin <[email protected]>
1 parent 1fd9f1c commit e6b9efe

File tree

1 file changed

+1
-1
lines changed
  • exercises/concept/mecha-munch-management/.docs

1 file changed

+1
-1
lines changed

exercises/concept/mecha-munch-management/.docs/hints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The dictionary section of the [official tutorial][dicts-docs] and the mapping ty
3838
- What method would you call to get an [iterable view of just the keys][keys] of the dictionary?
3939
- Remember that you can get the `value` of a given key by using `<dict name>[<key_name>]` syntax.
4040
- If you had a `list` or a `tuple`, what [`built-in`][builtins] function might you use to sort them?
41-
- Remember that the `built-in` function can take an optional `reversed=true` argument.
41+
- Remember that the `built-in` function can take an optional `reverse=True` argument.
4242

4343
## 6. Update the Store Inventory to Reflect what a User Has Ordered.
4444

0 commit comments

Comments
 (0)