Skip to content

Commit 0c67471

Browse files
use of name of block consistent throughout hints through island 6 plant 1
1 parent 1bb794d commit 0c67471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/python-islands/island-6/plant/plant_1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ They all take a block as a parameter (which you might get by using `||agent:agen
145145

146146
```python
147147
block = agent.inspect(AgentInspection.BLOCK, DOWN)
148-
player.say(block)
148+
player.say(blocks.name_of_block(block))
149149

150150
hydration = scientist.get_hydration(block)
151151
nutrition = scientist.get_nutrition(block)

0 commit comments

Comments
 (0)