Skip to content

Commit e4f2403

Browse files
committed
Fix doc style
1 parent 9f2d877 commit e4f2403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/sql/streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ def start(self, path=None, format=None, outputMode=None, partitionBy=None, query
784784
:param path: the path in a Hadoop supported file system
785785
:param format: the format used to save
786786
:param outputMode: specifies how data of a streaming DataFrame/Dataset is written to a
787-
streaming sink. Options include:
787+
streaming sink.
788788
789789
* `append`:Only the new rows in the streaming DataFrame/Dataset will be written to the
790790
sink

0 commit comments

Comments
 (0)