diff --git a/python/buildPythonInterface.py b/python/buildPythonInterface.py
index 8086f778cd969b3bb1f124beff1e9e9d28c3aa9b..3dbfd79cb01433fd5c1ddde0f13e4cbe7f03ac3d 100644
--- a/python/buildPythonInterface.py
+++ b/python/buildPythonInterface.py
@@ -42,7 +42,7 @@ for path in os.environ["PATH"].split(os.pathsep):
        plumedexe=exe_file
        break
 
-# Get information on where plumed headers and libraries are installed and the version number
+# Get information on where plumed headers and libraries are installed and the version number
 print( "Plumedexe is " + plumedexe )
 plumedroot = subprocess.check_output([plumedexe, 'info', '--root']).decode("utf-8").strip("\n")
 print( "Creating interface for plumed version in " + plumedroot )