File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Pyper aims to offer a comprehensive framework for concurrent and parallel data-p
4747* ** Functional Paradigm** : Data pipelines compose together flexibly as functions
4848* ** Lazy Execution** : Built from the ground up to support generators, and provides mechanisms for fine-grained memory control
4949* ** Error Handling** : Data flows fail fast, even in long-running threads, and propagate their errors cleanly
50- * ** Complex Data Flows** : Data pipelines support branching/joining data flows, as well as sharing contexts/resources between tasks.
50+ * ** Complex Data Flows** : Data pipelines support branching/joining data flows, as well as sharing contexts/resources between tasks
5151
5252In addition, Pyper provides an extensible way to write code that can be integrated with other frameworks like those aforementioned.
5353
You can’t perform that action at this time.
0 commit comments