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

## What changes were proposed in this pull request?

Fix typo in docstring.

Author: Rolando Espinoza <rndmax84@gmail.com>

Closes #16967 from rolando/pyspark-doc-typo.
This commit is contained in:
Rolando Espinoza 2017-02-17 15:10:29 +00:00 committed by Sean Owen
parent ed338f7277
commit 9d2d2204cb
No known key found for this signature in database
GPG key ID: BEB3956D6717BDDC

View file

@ -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):