Skip to content

Commit cb181b0

Browse files
committed
Remove whitespace in empty line
1 parent 86debb3 commit cb181b0

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
@@ -118,7 +118,7 @@ copying of data.
118118
By default, if *newname* already exists, it will be unlinked beforehand.
119119

120120
*flags* (0 by default) takes :ref:`bitwise ORed <bitwise>` flags together.
121-
121+
122122
* :data:`!os.SHM_RENAME_EXCHANGE` will let
123123
an exchange with *newname* will be processed instead.
124124
* :data:`!os.SHM_RENAME_NOREPLACE` will raise

0 commit comments

Comments
 (0)