Skip to content

Commit 04cda52

Browse files
committed
fix
1 parent 0e1cacb commit 04cda52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zappend/api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ def zappend(
6969
Can be used to pass or override configuration values in *config*.
7070
7171
Returns:
72-
The number of slices processed. The value can be useful if
72+
The number of slices processed. The value can be useful if \
7373
the number of items in `slices` is unknown.
74+
7475
"""
7576
processor = Processor(config, **kwargs)
7677
return processor.process_slices(slices)

0 commit comments

Comments
 (0)