mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 18:13:36 +08:00
Fix typo in mmap const (#2537)
This commit is contained in:
committed by
Guido van Rossum
parent
a437fcc886
commit
167f72dbac
@@ -11,7 +11,7 @@ ALLOCATIONGRANULARITY = ... # type: int
|
||||
|
||||
if sys.platform != 'win32':
|
||||
MAP_ANON = ... # type: int
|
||||
MAP_ANONOMYOUS = ... # type: int
|
||||
MAP_ANONYMOUS = ... # type: int
|
||||
MAP_DENYWRITE = ... # type: int
|
||||
MAP_EXECUTABLE = ... # type: int
|
||||
MAP_PRIVATE = ... # type: int
|
||||
|
||||
Reference in New Issue
Block a user