Applied typo fix from Anup Chenthamarakshan

This commit is contained in:
Matthias Kramm
2015-10-12 08:20:48 -07:00
parent 5c27ca2348
commit 16eff9e7b6

View File

@@ -179,6 +179,6 @@ extsep = ... # type: str
pathsep = ... # type: str
defpath = ... # type: str
linesep = ... # type: str
devnll = ... # type: str
devnull = ... # type: str
def urandom(n: int) -> str: ...