From acd5997bf7e82f7112c0d93757a7927efd557864 Mon Sep 17 00:00:00 2001 From: Vadim Flyagin Date: Wed, 7 May 2025 20:18:59 +0300 Subject: [PATCH] typo on p. 9 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20ed15c..0b0a775 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ If you'd like to contribute, please submit an issue or pull request. * Table 1.2, pg. 5. Description for `round(a, [n])` should state that it rounds to the nearest multiple of 10 to the -nth power. +* Section 1.6, pg. 9. 3rd example, 2nd line from below. “Clock” should be replaced with “Click”. + * Section 1.6, pg. 10. Comment in code sample mid-page should read `# g = 'Hello Cruel World'`. * Table 1.6, pg. 10. Description for `s.endswith(prefix [,start [,end]])` would be better if it used `suffix` instead