diff --git a/stdlib/2/subprocess.pyi b/stdlib/2/subprocess.pyi index 0c693a985..e4ffc3db3 100644 --- a/stdlib/2/subprocess.pyi +++ b/stdlib/2/subprocess.pyi @@ -82,7 +82,7 @@ class Popen(Generic[_T]): pid = 0 returncode = 0 - def __new__(self, + def __new__(cls, args: _CMD, bufsize: int = ..., executable: Optional[_TXT] = ...,