From 90ae35d9fb7e587ec9202f7d5ac6b41ae357f092 Mon Sep 17 00:00:00 2001 From: Vincent Le Goff Date: Tue, 25 Jul 2017 15:25:55 +0200 Subject: [PATCH] Fix a typo in the generator contrib --- evennia/contrib/generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/generator.py b/evennia/contrib/generator.py index 91cfa77c7b..a1a48eacae 100644 --- a/evennia/contrib/generator.py +++ b/evennia/contrib/generator.py @@ -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.