From f9233753f385a407dc3d92e5982af926d16cdf94 Mon Sep 17 00:00:00 2001
From: Austin Anderson <angerson@google.com>
Date: Tue, 21 Jul 2020 16:04:26 -0700
Subject: [PATCH] Reword tf.sysconfig.get_build_info notice

An internal bug report revealed that "support" could be mistaken for "official support," which is not intended.
---
 RELEASE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE.md b/RELEASE.md
index 324e17f22d7..eb67d308648 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -171,7 +171,7 @@
       * Fix error checking supported operations in a model containing `HardSwish`. 
 
 ### Packaging Support 
-  * Added `tf.sysconfig.get_build_info()`. Returns a dict that describes the currently installed TensorFlow package, e.g. the NVIDIA CUDA and NVIDIA CuDNN versions that the package was built to support.
+  * Added `tf.sysconfig.get_build_info()`. Returns a dict that describes the build environment of the currently installed TensorFlow package, e.g. the NVIDIA CUDA and NVIDIA CuDNN versions used when TensorFlow was built.
   
 ### Profiler
   * Fix a subtle use-after-free issue in `XStatVisitor::RefValue()`.