diff -r 937774aa1853 Doc/library/multiprocessing.rst --- a/Doc/library/multiprocessing.rst Mon Dec 14 03:41:59 2015 +0000 +++ b/Doc/library/multiprocessing.rst Wed Dec 16 19:31:57 2015 -0600 @@ -751,8 +751,10 @@ If the ``freeze_support()`` line is omitted then trying to run the frozen executable will raise :exc:`RuntimeError`. - If the module is being run normally by the Python interpreter then - :func:`freeze_support` has no effect. + Calling ``freeze_support()`` has no effect when invoked on any operating + system other than Windows. In addition, if the module is being run + normally by the Python interpreter on Windows (the program has not been + frozen), then ``freeze_support()`` has no effect. .. function:: set_executable()