mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
TYPO IN COMMENTS: currently valids PIDs
currently valids PIDs => currently valid PIDs
This commit is contained in:
parent
45e9c85f3e
commit
8af908d4f7
1 changed files with 1 additions and 1 deletions
|
|
@ -1113,7 +1113,7 @@ def format_table(table, extra_space=1):
|
|||
|
||||
def get_evennia_pids():
|
||||
"""
|
||||
Get the currently valids PIDs (Process IDs) of the Portal and Server
|
||||
Get the currently valid PIDs (Process IDs) of the Portal and Server
|
||||
by trying to access an PID file. This can be used to determine if we
|
||||
are in a subprocess by something like
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue