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:
|
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue