Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fix typo in doc string for class `BaseCurate`.
  • Loading branch information
sumanthprabhu committed Jun 3, 2024
1 parent ccf1557 commit 87db536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dqc/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class BaseCurate(ABC):
Args:
random_state (RandomState, optional): Random seed for
reproducibility. Defaults to None.
reproducibility. Defaults to 42.
"""

def __init__(
Expand Down

0 comments on commit 87db536

Please sign in to comment.