mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 03:57:17 +02:00
Fix typo in documentation
This commit is contained in:
parent
9a047a6362
commit
5ea86d86fa
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ Categories can be nested in other categories as well - just go another '-' deepe
|
|||
can do this as many times as you like. There's no hard limit to the number of
|
||||
categories you can go down.
|
||||
|
||||
For example, let's add some more options to our menu, turning 'Foo' into a category.
|
||||
For example, let's add some more options to our menu, turning 'Bar' into a category.
|
||||
|
||||
TEST_MENU = '''Foo
|
||||
Bar
|
||||
|
|
@ -63,7 +63,7 @@ For example, let's add some more options to our menu, turning 'Foo' into a categ
|
|||
Baz
|
||||
Qux'''
|
||||
|
||||
Now when we call the menu, we can see that 'Foo' has become a category instead of a
|
||||
Now when we call the menu, we can see that 'Bar' has become a category instead of a
|
||||
selectable option.
|
||||
|
||||
_______________________________
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue