more docstrings...

It's not always easy to decide when a given term should go between ` `
in order to show up as code-style. Wherever it seemed obvious and
convenient I've added them. Avoided to use it where I wasn't sure, and
always kept in mind some balance between readability in source-code and
on Wiki.
This commit is contained in:
tajmone 2015-03-09 12:10:31 +01:00 committed by Griatch
parent 90bef1a8d5
commit 2ead033cdc
2 changed files with 16 additions and 17 deletions

View file

@ -3,7 +3,7 @@ Models for the help system.
The database-tied help system is only half of Evennia's help
functionality, the other one being the auto-generated command help
that is created on the fly from each command's __doc__ string. The
that is created on the fly from each command's `__doc__` string. The
persistent database system defined here is intended for all other
forms of help that do not concern commands, like information about the
game world, policy info, rules and similar.