Skip to content

Commit

Permalink
Actually accept and use the description
Browse files Browse the repository at this point in the history
  • Loading branch information
exarkun committed Nov 24, 2020
1 parent bc2713d commit 6f9cc5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/examples/example_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@


def world(store):
def room(name):
def room(name, description):
it = Thing(
store=store,
name=name,
description=description,
proper=True,
portable=False,
)
Expand Down

0 comments on commit 6f9cc5e

Please sign in to comment.