mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26:32 +01:00
typo in docstring.
This commit is contained in:
parent
037932aae2
commit
96ebe8d0f3
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ class ChannelHandler(object):
|
|||
"""
|
||||
The ChannelHandler manages all active in-game channels and
|
||||
dynamically creates channel commands for users so that they can
|
||||
just give the channek's key or alias to write to it. Whenever a
|
||||
just give the channel's key or alias to write to it. Whenever a
|
||||
new channel is created in the database, the update() method on
|
||||
this handler must be called to sync it with the database (this is
|
||||
done automatically if creating the channel with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue