Index: Doc/library/multiprocessing.rst IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- Doc/library/multiprocessing.rst (revision 83626:a64a3da996ed) +++ Doc/library/multiprocessing.rst (revision 83626+:a64a3da996ed+) @@ -178,7 +178,7 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ As mentioned above, when doing concurrent programming it is usually best to -avoid using shared state as far as possible. This is particularly true when +avoid using shared state as much as possible. This is particularly true when using multiple processes. However, if you really do need to use some shared data then