From 0ef2e667e45e06ed8efd5b835d10099bb52811f2 Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 15 Oct 2019 19:30:43 +0200 Subject: [PATCH] Add an example to the docstring --- evennia/utils/inlinefuncs.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/evennia/utils/inlinefuncs.py b/evennia/utils/inlinefuncs.py index 87e18a8d20..a92fa2ebbd 100644 --- a/evennia/utils/inlinefuncs.py +++ b/evennia/utils/inlinefuncs.py @@ -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: