mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
fix docs typo
This commit is contained in:
parent
a2bb02c82c
commit
3669357181
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class NameChanger:
|
|||
self.obj = obj
|
||||
|
||||
def add_to_key(self, suffix):
|
||||
self.obj.key = f"self.obj.key_{suffix}"
|
||||
self.obj.key = f"{self.obj.key}_{suffix}"
|
||||
|
||||
# make a test object
|
||||
class MyObject(DefaultObject):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue