diff --git a/neps/search_spaces/search_space.py b/neps/search_spaces/search_space.py index d3aa0798..992709c6 100644 --- a/neps/search_spaces/search_space.py +++ b/neps/search_spaces/search_space.py @@ -480,7 +480,7 @@ def get_normalized_hp_categories( *, ignore_fidelity: bool = False, ) -> dict[Literal["continuous", "categorical", "graphs"], list[Any]]: - """Get the normalized values for each hyperparameter in the configuraiton. + """Get the normalized values for each hyperparameter in the configuration. Args: ignore_fidelity: Whether to ignore the fidelity parameter when getting the