We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1cacb commit 04cda52Copy full SHA for 04cda52
zappend/api.py
@@ -69,8 +69,9 @@ def zappend(
69
Can be used to pass or override configuration values in *config*.
70
71
Returns:
72
- The number of slices processed. The value can be useful if
+ The number of slices processed. The value can be useful if \
73
the number of items in `slices` is unknown.
74
+
75
"""
76
processor = Processor(config, **kwargs)
77
return processor.process_slices(slices)
0 commit comments