diff --git a/tools/generate_schema_wrapper.py b/tools/generate_schema_wrapper.py index 6d4de67a0..2c2380dac 100644 --- a/tools/generate_schema_wrapper.py +++ b/tools/generate_schema_wrapper.py @@ -56,7 +56,7 @@ class _Parameter(Protocol): # It would be better if we could directly use the Parameter class, # but that would create a circular import. # The protocol does not need to have all the attributes and methods of this - # class but the actual api.Parameter just needs to pass a type check + # class but the actual api.Parameter just needs to pass a type check # as a core._Parameter. _counter: int