From 8ed40cdd3ea7e9aea996339678efba2b2b04e1ad Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 20 Jul 2018 10:55:31 -0700 Subject: Fix grammar in configure.py PiperOrigin-RevId: 205421605 --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.py') diff --git a/configure.py b/configure.py index 251bebc2e1..1df7bc736f 100644 --- a/configure.py +++ b/configure.py @@ -1422,7 +1422,7 @@ def set_windows_build_flags(environ_cp): environ_cp, 'TF_OVERRIDE_EIGEN_STRONG_INLINE', 'Eigen strong inline', True, ('Would you like to override eigen strong inline for some C++ ' - 'compilation to reduce the compiling time?'), + 'compilation to reduce the compilation time?'), 'Eigen strong inline overridden.', 'Not overriding eigen strong inline, ' 'some compilations could take more than 20 mins.'): -- cgit v1.2.3