Fix docstring on man

This commit is contained in:
Isaac Shoebottom 2024-02-17 22:21:56 -04:00
parent 16efeef8e1
commit de97600b7a

View File

@ -372,11 +372,11 @@ def pd_gt(x, l):
def man():
seperator = "-" * 20
"""
Prints the manual for the module.
Formatted this way to fit in memory on the calculator.
"""
seperator = "-" * 20
print("This module contains functions for computing the total probability of events.")
print("The functions are:")
print(seperator)