mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Update line number in doc ref. Resolves #2242.
This commit is contained in:
parent
17fa0b8930
commit
78dce264a5
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ class DefaultCharacter(DefaultObject):
|
|||
This means that `DefaultCharacter` is in *itself* a child of something called `DefaultObject`! Let's
|
||||
see what this parent class provides. It's in the same module as `DefaultCharacter`, you just need to
|
||||
[scroll up near the
|
||||
top](https://github.com/evennia/evennia/blob/master/evennia/objects/objects.py#L182):
|
||||
top](https://github.com/evennia/evennia/blob/master/evennia/objects/objects.py#L193):
|
||||
|
||||
```python
|
||||
class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue