Skip to content

Commit 8e86d21

Browse files
aiskZeroIntensity
andauthored
Update Doc/library/multiprocessing.shared_memory.rst
Co-authored-by: Peter Bierma <[email protected]>
1 parent 8109775 commit 8e86d21

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
@@ -112,7 +112,7 @@ copying of data.
112112
This method has no effect on Windows, where the only way to delete a
113113
shared memory block is to close all handles.
114114

115-
.. method:: rename(newname, flags)
115+
.. method:: rename(newname, flags=0)
116116

117117
Rename the underlying shared memory block to *newname*.
118118
By default, if *newname* already exists, it will be unlinked beforehand.

0 commit comments

Comments
 (0)