mirror of
https://github.com/evennia/evennia.git
synced 2026-03-18 22:06:30 +01:00
Add an example to the docstring
This commit is contained in:
parent
bd403453d8
commit
0ef2e667e4
1 changed files with 4 additions and 0 deletions
|
|
@ -135,9 +135,13 @@ def space(*args, **kwargs):
|
|||
|
||||
Args:
|
||||
spaces (int, optional): The number of spaces to insert.
|
||||
|
||||
Kwargs:
|
||||
session (Session): Session performing the crop.
|
||||
|
||||
Example:
|
||||
`$space(20)`
|
||||
|
||||
"""
|
||||
width = 4
|
||||
if args:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue