mirror of
https://github.com/evennia/evennia.git
synced 2026-08-18 03:05:44 +00:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user