You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assign3/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Part of the challenge of this assignment is becoming familiar with a poorly arch
68
68
69
69
`ingredients.py` defined an `Ingredient` and `IngredientList` class. How useful are these classes? Could we simplify them? Make them act like other data structures?
70
70
71
-
`recipe.py` defines the `Recipe` class and the `RecipeBook` class. They currently don't have any interested methods or functions.
71
+
`recipe.py` defines the `Recipe` class and the `RecipeBook` class. They currently don't have any interesting methods or functions.
72
72
73
73
`recipes.json` is the JSON file containing a static dump of recipes.
0 commit comments