diff --git a/docs/configuration.md b/docs/configuration.md
index a2c0dfe76ca4537722a843d963e69fe0cf8c88ca..f2443e98574cfedd608e6bf36955d307ec6b6eb1 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1655,7 +1655,7 @@ The following variables can be set in `spark-env.sh`:
   </tr>
   <tr>
     <td><code>PYSPARK_PYTHON</code></td>
-    <td>Python binary executable to use for PySpark in both driver and workers (default is <code>python</code>).</td>
+    <td>Python binary executable to use for PySpark in both driver and workers (default is <code>python2.7</code> if available, otherwise <code>python</code>).</td>
   </tr>
   <tr>
     <td><code>PYSPARK_DRIVER_PYTHON</code></td>