From 203a15cadbf8d03b51df1b28d89b2e7ab4264973 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Wed, 22 Mar 2023 11:01:40 +0100 Subject: [PATCH] Refs #31949 -- Adjusted error reporting docs. --- docs/howto/error-reporting.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt index 425aa3144e..4e50c0e309 100644 --- a/docs/howto/error-reporting.txt +++ b/docs/howto/error-reporting.txt @@ -196,7 +196,7 @@ filtered out of error reports in a production environment (that is, where .. versionchanged:: 5.0 - :func:`sensitive_variables` can now be used to wrap ``async`` functions. + Support for wrapping ``async`` functions was added. .. function:: sensitive_post_parameters(*parameters) @@ -240,7 +240,7 @@ filtered out of error reports in a production environment (that is, where .. versionchanged:: 5.0 - :func:`sensitive_post_parameters` can now be used to wrap ``async`` functions. + Support for wrapping ``async`` functions was added. .. _custom-error-reports: