Skip to content
Snippets Groups Projects
Unverified Commit 9d2d2204 authored by Rolando Espinoza's avatar Rolando Espinoza Committed by Sean Owen
Browse files

[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.
parent ed338f72
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment