Skip to content

Commit

Permalink
One more comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tdas committed Oct 11, 2016
1 parent 3d7c71a commit 8b4bce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/sql/streaming.py
Expand Up @@ -272,7 +272,7 @@ def timestamp(self):
@since(2.1)
def inputRate(self):
"""
Current rate (rows/sec) at which data is being generated by all the sources.
Current total rate (rows/sec) at which data is being generated by all the sources.
>>> sqs.inputRate
15.5
Expand Down

0 comments on commit 8b4bce8

Please sign in to comment.