Skip to content

Commit

Permalink
Minor docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Prateek Bhustali committed May 8, 2022
1 parent 92a724c commit c86aea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UQpy/sensitivity/cramer_von_mises.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __init__(
"Number of samples used to compute the Cramér-von Mises indices, :class:`int`"

self.num_vars = None
"Number of random variables, :class:`int`"
"Number of input random variables, :class:`int`"

def run(
self,
Expand Down

0 comments on commit c86aea2

Please sign in to comment.