Update evform.py

This commit is contained in:
Antrare 2023-01-07 08:01:59 +11:00 committed by GitHub
parent 41465bf01a
commit 1027f497ed

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: