Merge pull request #10 from sbiddand/patch-1

Minor typo in description for When Cheryl Met Eve: A Birthday Story
This commit is contained in:
Peter Norvig 2017-11-30 01:09:09 -08:00 committed by GitHub
commit 9576c263e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@
"- `hear(possible_dates, statement,...)` returns a subset of possible_dates that are still possible after hearing the statements.\n",
"\n",
"For example, `albert1` is Albert's first statement, which says in part that he knows that Bernard\n",
"does not yet know Cheryl's birthday. So `albert1('May 19')` should be `False`, because if May 19 were Cheryl's birthday, then should would have told Bernard `'19'`, he would know that `'May 19'` is the only possibility.\n",
"does not yet know Cheryl's birthday. So `albert1('May 19')` should be `False`, because if May 19 were Cheryl's birthday, then she would have told Bernard `'19'`, he would know that `'May 19'` is the only possibility.\n",
"\n",
"`tell('17')` returns `{'June 17', 'August 17'}`, the set of possible dates after Bernard is told `'17'`. \n",
"\n",