diff --git a/build.gradle b/build.gradle
index dcaeb3fa1e5992aa8946e4dc08182183cfed46eb..91a25088f1dc044945eae279959585ff399a2d22 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,7 +32,7 @@ buildscript {
     }
 }
 plugins {
-    // Used for getting the eigen dir from local.properties
+    // Used for getting the eigen dir, explicit python binary, etc. from local.properties
     id 'com.github.b3er.local.properties' version '1.1'
 
     // For getting git describe data and formatting it how Android wants.