diff --git a/docs/python-programming-guide.md b/docs/python-programming-guide.md
index 78ef310a004ad63328586be702a8fc710d4c98ab..a840b9b34bb2fbecfde182acaa3fba99bbb79e29 100644
--- a/docs/python-programming-guide.md
+++ b/docs/python-programming-guide.md
@@ -16,7 +16,6 @@ There are a few key differences between the Python and Scala APIs:
 
 * Python is dynamically typed, so RDDs can hold objects of different types.
 * PySpark does not currently support the following Spark features:
-    - Accumulators
     - Special functions on RDDs of doubles, such as `mean` and `stdev`
     - `lookup`
     - `persist` at storage levels other than `MEMORY_ONLY`