docs: fix a few simple typos
There are small typos in: - CODING_STYLE.md - evennia/commands/cmdhandler.py - evennia/commands/default/syscommands.py - evennia/contrib/building_menu.py - evennia/prototypes/prototypes.py Fixes: - Should read `traverse` rather than `traverese`. - Should read `shortcuts` rather than `shorcuts`. - Should read `multiple` rather than `multuple`. - Should read `multiple` rather than `mulitple`. - Should read `indentation` rather than `indendation`. Closes #2420
This commit is contained in:
parent
995c2381a2
commit
ff078945f8
5 changed files with 5 additions and 5 deletions
|
|
@ -10,7 +10,7 @@ on your sources.
|
|||
|
||||
## A quick list of code style points
|
||||
|
||||
* 4-space indendation, NO TABS!
|
||||
* 4-space indentation, NO TABS!
|
||||
* Unix line endings.
|
||||
* CamelCase is only used for classes, nothing else.
|
||||
* All non-global variable names and all function names are to be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue