Skip to content

Commit 73098b7

Browse files
committed
Merge branch 'dev' of https://github.com/RichardZhu2/pyper into dev
2 parents cd959bb + 8761fe6 commit 73098b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5252
In addition, Pyper provides an extensible way to write code that can be integrated with other frameworks like those aforementioned.
5353

0 commit comments

Comments
 (0)