mirror of
https://github.com/evennia/evennia.git
synced 2026-03-18 22:06:30 +01:00
TYPO IN COMMENTS: tweaking the way THE child instanceE are recognized
Changed in comments: "tweaking the way the child instancee are recognized" to "tweaking the way child instances are recognized"
This commit is contained in:
parent
f55f66c3ee
commit
f1b38bf9a4
1 changed files with 2 additions and 2 deletions
|
|
@ -87,8 +87,8 @@ class EvenniaReverseProxyResource(ReverseProxyResource):
|
|||
class DjangoWebRoot(resource.Resource):
|
||||
"""
|
||||
This creates a web root (/) that Django
|
||||
understands by tweaking the way the
|
||||
child instancee are recognized.
|
||||
understands by tweaking the way
|
||||
child instancee ars recognized.
|
||||
"""
|
||||
def __init__(self, pool):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue