Skip to content

Commit 4993685

Browse files
committed
Fix indent in document
1 parent 620da83 commit 4993685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/multiprocessing.shared_memory.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ copying of data.
129129
Parameters to the :func:`rename` function.
130130

131131
:const:`SHM_RENAME_EXCHANGE`
132-
Atomically exchange the SharedMemory to the *newname*.
132+
Atomically exchange the SharedMemory to the *newname*.
133133

134134
:const:`SHM_RENAME_NOREPLACE`
135135
Raise an error if *newname* exists, rather than unlinking it.

0 commit comments

Comments
 (0)