Fix docstring on man
This commit is contained in:
parent
16efeef8e1
commit
de97600b7a
@ -372,11 +372,11 @@ def pd_gt(x, l):
|
|||||||
|
|
||||||
|
|
||||||
def man():
|
def man():
|
||||||
seperator = "-" * 20
|
|
||||||
"""
|
"""
|
||||||
Prints the manual for the module.
|
Prints the manual for the module.
|
||||||
Formatted this way to fit in memory on the calculator.
|
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("This module contains functions for computing the total probability of events.")
|
||||||
print("The functions are:")
|
print("The functions are:")
|
||||||
print(seperator)
|
print(seperator)
|
||||||
|
Loading…
Reference in New Issue
Block a user