mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Fix strange character in the docstring.
This commit is contained in:
parent
d068ad5879
commit
6626099520
1 changed files with 1 additions and 1 deletions
|
|
@ -992,7 +992,7 @@ and returns a mmap object. If length is 0, the maximum length of the map\n\
|
|||
will be the current size of the file when mmap is called.\n\
|
||||
flags specifies the nature of the mapping. MAP_PRIVATE creates a\n\
|
||||
private copy-on-write mapping, so changes to the contents of the mmap\n\
|
||||
object will be private to this process, and MAP_SHARED`creates a mapping\n\
|
||||
object will be private to this process, and MAP_SHARED creates a mapping\n\
|
||||
that's shared with all other processes mapping the same areas of the file.\n\
|
||||
The default value is MAP_SHARED.\n\
|
||||
\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue