Skip to content

Commit bc2e49b

Browse files
author
Anup Chenthamarakshan
committed
Fix typo
1 parent bc0323e commit bc2e49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/2.7/os/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,6 @@ extsep = ... # type: str
179179
pathsep = ... # type: str
180180
defpath = ... # type: str
181181
linesep = ... # type: str
182-
devnll = ... # type: str
182+
devnull = ... # type: str
183183

184184
def urandom(n: int) -> str: ...

0 commit comments

Comments
 (0)