From 3413cd323fb79d71b658f18d784dadfdfcba61f3 Mon Sep 17 00:00:00 2001 From: Arslan Ali Date: Sun, 21 Jul 2024 23:03:49 +0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20ed15c..66d2e19 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,8 @@ b'\x00{\x00\x00\x01\xc8?\x9dp\xa4@\x91\xeb\x85' * Table 10.10, pg, 313. The `s.append(x)` method should be deleted. +* 5.15 Higher-Order Functions, The 4rth example, when appending to the `funcs` list, wrong name is used (i.e `func.append`), it should be `funcs.append`. + ## Acknowledgements The following individuals have contributed errata: