Skip to content

Commit f7c8c40

Browse files
committed
Merge pull request #897 from anupcshan/master
Fix typo
2 parents bc0323e + bc2e49b commit f7c8c40

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)