mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
Fix a typo (self -> cls) in stdlib/2/subprocess.pyi. (#3185)
This commit is contained in:
committed by
Jelle Zijlstra
parent
1edd6cd8a8
commit
b873894e16
@@ -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] = ...,
|
||||
|
||||
Reference in New Issue
Block a user