Update evform.py

This commit is contained in:
Antrare 2023-01-07 08:01:59 +11:00 committed by GitHub
parent 032a42156f
commit 1ddf7d43c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,8 +61,8 @@ Usage
```python
from evennia import EvForm, EvTable
# create a new form from the template - do not include the .py of the filename!
form = EvForm("path/to/testform")
# create a new form from the template - using the python path
form = EvForm("path.to.testform")
# alteratively, you can supply the template as a dict: