mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 23:17:17 +02:00
Rename docstring Kwargs to Keyword Args
This commit is contained in:
parent
9b907eae57
commit
252124d703
58 changed files with 203 additions and 213 deletions
|
|
@ -125,7 +125,7 @@ class MonitorHandler(object):
|
|||
persistent (bool, optional): If False, the monitor will survive
|
||||
a server reload but not a cold restart. This is default.
|
||||
|
||||
Kwargs:
|
||||
Keyword args:
|
||||
session (Session): If this keyword is given, the monitorhandler will
|
||||
correctly analyze it and remove the monitor if after a reload/reboot
|
||||
the session is no longer valid.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue