Repository: spark
Updated Branches:
  refs/heads/master ed338f727 -> 9d2d2204c


[MINOR][PYTHON] Fix typo docstring: 'top' -> 'topic'

## What changes were proposed in this pull request?

Fix typo in docstring.

Author: Rolando Espinoza <rndma...@gmail.com>

Closes #16967 from rolando/pyspark-doc-typo.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/9d2d2204
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/9d2d2204
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/9d2d2204

Branch: refs/heads/master
Commit: 9d2d2204cb27dce8c4ede1bd8a6399763a4bd589
Parents: ed338f7
Author: Rolando Espinoza <rndma...@gmail.com>
Authored: Fri Feb 17 15:10:29 2017 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Fri Feb 17 15:10:29 2017 +0000

----------------------------------------------------------------------
 python/pyspark/streaming/kafka.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/9d2d2204/python/pyspark/streaming/kafka.py
----------------------------------------------------------------------
diff --git a/python/pyspark/streaming/kafka.py 
b/python/pyspark/streaming/kafka.py
index 134424a..9d1a6ec 100644
--- a/python/pyspark/streaming/kafka.py
+++ b/python/pyspark/streaming/kafka.py
@@ -262,7 +262,7 @@ class OffsetRange(object):
 
 class TopicAndPartition(object):
     """
-    Represents a specific top and partition for Kafka.
+    Represents a specific topic and partition for Kafka.
     """
 
     def __init__(self, topic, partition):


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to