mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 09:16:32 +01:00
Fix a typo in the generator contrib
This commit is contained in:
parent
0fdcf89c32
commit
90ae35d9fb
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ To use it, you will need to:
|
|||
|
||||
1. Import the `Generator` class from the contrib.
|
||||
2. Create an instance of this class taking two arguments:
|
||||
- Tje name of tje gemerator (like "phone number", "license plate"...).
|
||||
- The name of tje gemerator (like "phone number", "license plate"...).
|
||||
- The regular expression representing the expected results.
|
||||
3. Use the generator's `all`, `get` and `remove` methods as shown above.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue