Skip to content

Commit

Permalink
Little typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dongido001 committed Aug 3, 2018
1 parent 92b4884 commit df8c492
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 @@ -222,7 +222,7 @@ def remember(self, duration):
Set each DStreams in this context to remember RDDs it generated
in the last given duration. DStreams remember RDDs only for a
limited duration of time and releases them for garbage collection.
This method allows the developer to specify how to long to remember
This method allows the developer to specify how long to remember
the RDDs (if the developer wishes to query old data outside the
DStream computation).
Expand Down

0 comments on commit df8c492

Please sign in to comment.