Skip to content

Commit 21210b9

Browse files
committed
Update line
1 parent d019af5 commit 21210b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimas/generators/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(
7878
allow_fixed_parameters: Optional[bool] = False,
7979
allow_updating_parameters: Optional[bool] = False,
8080
) -> None:
81-
# Initialize the standard generator which called validate_vocs
81+
# Initialize the standard generator which calls `_validate_vocs`
8282
super().__init__(vocs)
8383

8484
# Store copies to prevent unexpected behavior if parameters are changed

0 commit comments

Comments
 (0)