Skip to content

Commit 2012723

Browse files
nillebAA-Turner
andauthored
chore: numbers format
Co-authored-by: Adam Turner <[email protected]>
1 parent 3002434 commit 2012723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/multiprocessing.shared_memory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ copying of data.
6969
memory block may be larger or equal to the size requested.
7070
When attaching to an existing shared memory block,
7171
the *size* parameter is ignored.
72-
On macOS, the maximum size of a shared memory block is 140256418463744 bytes.
72+
On macOS, the maximum size of a shared memory block is 127 TiB (140,256,418,463,744 bytes).
7373

7474
:param bool track:
7575
When ``True``, register the shared memory block with a resource

0 commit comments

Comments
 (0)