瀏覽代碼

Refs #31949 -- Adjusted error reporting docs.

Carlton Gibson 2 年之前
父節點
當前提交
203a15cadb
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/howto/error-reporting.txt

+ 2 - 2
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: