Skip to content

Commit

Permalink
Minor text change (#957)
Browse files Browse the repository at this point in the history
To make it more accurate.
  • Loading branch information
mkhalid1 authored and norvig committed Sep 19, 2018
1 parent 6295960 commit 8a6cb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"\n",
"class Park(Environment):\n",
" def percept(self, agent):\n",
" '''prints & return a list of things that are in our agent's location'''\n",
" '''prints & return a list of things that are in our agent's surrounding environemnt'''\n",
" things = self.list_things_at(agent.location)\n",
" return things\n",
" \n",
Expand Down

0 comments on commit 8a6cb3d

Please sign in to comment.