Remove spurious whitespace

This commit is contained in:
Lukasz Langa
2017-06-02 12:53:38 -07:00
parent dca968102e
commit 0b1f5db630

View File

@@ -10,7 +10,7 @@ else:
def glob0(dirname: AnyStr, basename: AnyStr) -> List[AnyStr]: ...
def glob1(dirname: AnyStr, pattern: AnyStr) -> List[AnyStr]: ...
if sys.version_info >= (3, 5):
def glob(pathname: AnyStr, *, recursive: bool = ...) -> List[AnyStr]: ...
def iglob(pathname: AnyStr, *, recursive: bool = ...) -> Iterator[AnyStr]: ...