Skip to content

Commit 8a6cb3d

Browse files
mkhalid1norvig
authored andcommitted
Minor text change (aimacode#957)
To make it more accurate.
1 parent 6295960 commit 8a6cb3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agents.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"\n",
9696
"class Park(Environment):\n",
9797
" def percept(self, agent):\n",
98-
" '''prints & return a list of things that are in our agent's location'''\n",
98+
" '''prints & return a list of things that are in our agent's surrounding environemnt'''\n",
9999
" things = self.list_things_at(agent.location)\n",
100100
" return things\n",
101101
" \n",

0 commit comments

Comments
 (0)