Add an example to the docstring

This commit is contained in:
Griatch 2019-10-15 19:30:43 +02:00
parent bd403453d8
commit 0ef2e667e4

View file

@ -135,9 +135,13 @@ def space(*args, **kwargs):
Args: Args:
spaces (int, optional): The number of spaces to insert. spaces (int, optional): The number of spaces to insert.
Kwargs: Kwargs:
session (Session): Session performing the crop. session (Session): Session performing the crop.
Example:
`$space(20)`
""" """
width = 4 width = 4
if args: if args: