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 1fd9f1c commit e6b9efeCopy full SHA for e6b9efe
exercises/concept/mecha-munch-management/.docs/hints.md
@@ -38,7 +38,7 @@ The dictionary section of the [official tutorial][dicts-docs] and the mapping ty
38
- What method would you call to get an [iterable view of just the keys][keys] of the dictionary?
39
- Remember that you can get the `value` of a given key by using `<dict name>[<key_name>]` syntax.
40
- 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.
+- Remember that the `built-in` function can take an optional `reverse=True` argument.
42
43
## 6. Update the Store Inventory to Reflect what a User Has Ordered.
44
0 commit comments