Skip to content

Commit

Permalink
fix pyspark streaming doc too
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Oct 21, 2014
1 parent 0e03863 commit 081db8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/streaming/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class StreamingContext(object):
L{DStream} various input sources. It can be from an existing L{SparkContext}.
After creating and transforming DStreams, the streaming computation can
be started and stopped using `context.start()` and `context.stop()`,
respectively. `context.awaitTransformation()` allows the current thread
respectively. `context.awaitTermination()` allows the current thread
to wait for the termination of the context by `stop()` or by an exception.
"""
_transformerSerializer = None
Expand Down

0 comments on commit 081db8a

Please sign in to comment.