From 3614d30d1e44666f725b20e431bf1541d70a3808 Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Tue, 7 Mar 2023 14:28:41 -0800 Subject: [PATCH] Update DocstringFixpoint.ipynb --- ipynb/DocstringFixpoint.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipynb/DocstringFixpoint.ipynb b/ipynb/DocstringFixpoint.ipynb index 2e0485a..7dd905f 100644 --- a/ipynb/DocstringFixpoint.ipynb +++ b/ipynb/DocstringFixpoint.ipynb @@ -29,7 +29,7 @@ "of numbers representing daily rainfall amounts as entered by a user. The list may contain the number -999 ", "indicating the end of the data of interest. Produce ", "the average of the non-negative values in the list up to ", - "the first -999 (if it shows up).* \n", + "the first -999 (if it shows up). There may be negative numbers other than -999 in the list.* \n", "\n", "We start by writing a function prototype containing the complete problem statement as the docstring:" ]