From 0dfa2546ab3a03fe74086525f7a077a7f8356bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Mon, 18 Feb 2019 17:45:06 +0100 Subject: [PATCH] Added remark about rounding in reporting class. Manually cherry-picked from 266d470668fa2ba02d3ba196cf8bed6c2a0ef749. --- src/source/reporting.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/source/reporting.rst b/src/source/reporting.rst index 6a1d0c12d..e21ce15c7 100644 --- a/src/source/reporting.rst +++ b/src/source/reporting.rst @@ -468,8 +468,9 @@ and a clarifying example. .. option:: precision, INTEGER - The number of decimal places to report in the table - data. Default: ``1``. + The number of decimal places to report in the table data + (rounding done via the *round half away from zero* + method). Default: ``1``. .. option:: range, dates