Skip to content

Commit b81e460

Browse files
First easy suggestions from code review.
Co-authored-by: David Stansby <dstansby@gmail.com>
1 parent 8d623a9 commit b81e460

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/pages/parallel-async.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ layout: default
44
---
55

66
Python has a good ecosystem of libraries for multiprocessing (threads and GPU
7-
parallelisation), as well as asynchronous processing. Here, we list those that
8-
we've found to be useful, particularly for research applications and previous
9-
ARC projects.
7+
parallelisation), as well as asynchronous processing.
108

119
🟠 tools in the following may be preferred over 🟢, if there are external
1210
reasons to use a specific interface or parallelisation scheme. Possibly due to

0 commit comments

Comments
 (0)