Fix a typo in the README file
This commit is contained in:
parent
5e242589d9
commit
a88e7ad4d9
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ class CmdYell(Command):
|
||||||
# Yell in this room
|
# Yell in this room
|
||||||
location.msg_contents("{char} yells: {msg}.",
|
location.msg_contents("{char} yells: {msg}.",
|
||||||
mapping=dict(char=character, msg=message))
|
mapping=dict(char=character, msg=message))
|
||||||
'''
|
```
|
||||||
|
|
||||||
Note that the `call` function takes as argument:
|
Note that the `call` function takes as argument:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue