diff --git a/stdlib/3/subprocess.pyi b/stdlib/3/subprocess.pyi index db359b1f1..11b108fd4 100644 --- a/stdlib/3/subprocess.pyi +++ b/stdlib/3/subprocess.pyi @@ -229,7 +229,7 @@ class Popen: def poll(self) -> int: ... if sys.version_info >= (3, 3): # 3.3 added timeout - def wait(self, timeout: float) -> int: ... + def wait(self, timeout: Optional[float] = ...) -> int: ... else: def wait(self) ->int: ... # Return str/bytes