interpreter/kwargs: fix typo
This commit is contained in:
parent
ac576530c4
commit
b69d4f38e6
|
@ -174,7 +174,7 @@ class CustomTarget(TypedDict):
|
|||
capture: bool
|
||||
command: T.List[T.Union[str, build.BuildTarget, build.CustomTarget,
|
||||
build.CustomTargetIndex, ExternalProgram, File]]
|
||||
consonle: bool
|
||||
console: bool
|
||||
depend_files: T.List[FileOrString]
|
||||
depends: T.List[T.Union[build.BuildTarget, build.CustomTarget]]
|
||||
depfile: T.Optional[str]
|
||||
|
|
Loading…
Reference in New Issue