Minor typo in description

This commit is contained in:
Shiv B 2017-11-27 22:58:12 -05:00 committed by GitHub
parent 650b64134f
commit fdce19cb59
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",