Remove an accidental tab and quote
diff --git a/configure.py b/configure.py
index e2a6fde..7d8a2e2 100644
--- a/configure.py
+++ b/configure.py
@@ -1288,7 +1288,7 @@
'capability significantly increases your '
'build time and binary size, and that '
'TensorFlow only supports compute '
- 'capabilities >= 3.5' [Default is: %s]: ' %
+ 'capabilities >= 3.5 [Default is: %s]: ' %
default_cuda_compute_capabilities)
tf_cuda_compute_capabilities = get_from_env_or_user_or_default(
environ_cp, 'TF_CUDA_COMPUTE_CAPABILITIES',
@@ -1310,7 +1310,7 @@
'or higher. Please re-specify the list of compute capabilities,'
' excluding all those versions that are less than 3.5')
all_valid = False
-
+
if all_valid:
break