califyn / time-cord

A Python library for Discord time management tools
MIT License
0 stars 5 forks source link

Documentation for run.py & schedule.py #16

Open califyn opened 3 years ago

califyn commented 3 years ago

Documentation needs to be written for the functions in run.py and scheduling.py. These should follow the format that documentation has taken on in monitor.py:

"""
A description of the function.

Inputs:
[Four spaces]name of input: description of input.

Outputs:
[Four spaces]type of output: description of output.
"""
rubyAnneB commented 3 years ago

I'll give this a try