Skip to content

Commit 8109775

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

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
@@ -114,7 +114,7 @@ copying of data.
114114

115115
.. method:: rename(newname, flags)
116116

117-
Renames the underlying shared memory block to *newname*.
117+
Rename the underlying shared memory block to *newname*.
118118
By default, if *newname* already exists, it will be unlinked beforehand.
119119
Passing the :data:`!os.SHM_RENAME_EXCHANGE` as *flags*,
120120
an exchange with *newname* will be proceeded instead.

0 commit comments

Comments
 (0)