From 8b0cd34fb581cdbcdcf23681121ab98856b2e2ba Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 26 Jun 2020 06:52:23 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Paul Romano --- docs/source/pythonapi/deplete.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/pythonapi/deplete.rst b/docs/source/pythonapi/deplete.rst index 8423cd946..27f3efe39 100644 --- a/docs/source/pythonapi/deplete.rst +++ b/docs/source/pythonapi/deplete.rst @@ -149,10 +149,10 @@ with :func:`cram.CRAM48` being the default. Boolean switch to enable or disable the use of :mod:`multiprocessing` when solving the Bateman equations. The default is to use - :mod:`multiprocessing`, but can cause the simulation for hang in + :mod:`multiprocessing`, but can cause the simulation to hang in some computing environments, namely due to MPI and networking - restrictions. Disabling this option will not utilize all processing - units and take a little more time. + restrictions. Disabling this option will result in only a single + CPU core being used for depletion. :type: bool