Fix internal build errors.
diff --git a/configure.py b/configure.py
index a14d006..ad585fa 100644
--- a/configure.py
+++ b/configure.py
@@ -944,7 +944,7 @@
 
 
 def is_cuda_compatible(lib, cuda_ver, cudnn_ver):
-  """Check the compatibility between given library and cudnn/cudart libraries."""
+  """Check compatibility between given library and cudnn/cudart libraries."""
   ldd_bin = which('ldd') or '/usr/bin/ldd'
   ldd_out = run_shell([ldd_bin, lib], True)
   ldd_out = ldd_out.split(os.linesep)