From f251822b9f16af12f18f08ec7fa94c1fae1be59e Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Tue, 8 Oct 2019 13:31:37 -0500 Subject: [PATCH] Removing trailing whitespace in doc file. --- docs/source/usersguide/volume.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/usersguide/volume.rst b/docs/source/usersguide/volume.rst index d35386b381..b946858ea4 100644 --- a/docs/source/usersguide/volume.rst +++ b/docs/source/usersguide/volume.rst @@ -42,8 +42,8 @@ or relative error of volume estimates using ::attr::`openmc.VolumeCalculation.se vol_calc.set_trigger(1e-05, 'std_dev') -If a threshold is provided, calculations will be performed iteratively using the -number of samples specified on the calculation until all volume uncertainties are below +If a threshold is provided, calculations will be performed iteratively using the +number of samples specified on the calculation until all volume uncertainties are below the threshold value. If no threshold is provided, the calculation will run the number of samples specified once and return the result.