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 ```python
from evennia import EvForm, EvTable from evennia import EvForm, EvTable
# create a new form from the template - do not include the .py of the filename! # create a new form from the template - using the python path
form = EvForm("path/to/testform") form = EvForm("path.to.testform")
# alteratively, you can supply the template as a dict: # alteratively, you can supply the template as a dict: