## Problem In `scispacy/candidate_generation.py` line 247, the error message contains a typo: ```python "You cannot pass both a name argument and other constuctor arguments." ``` `constuctor` should be `constructor`. ## Affected File - `scispacy/candidate_generation.py` line 247
Problem
In
scispacy/candidate_generation.pyline 247, the error message contains a typo:"You cannot pass both a name argument and other constuctor arguments."constuctorshould beconstructor.Affected File
scispacy/candidate_generation.pyline 247