Skip to content

Commit d548f37

Browse files
committed
Fix paragraph on multiprocessing
1 parent c532b12 commit d548f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/known-limitations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Operations known to not work with the Python client are:
55
* https://neo4j.com/docs/graph-data-science/current/management-ops/utility-functions/#utility-functions-numeric[Numeric utility functions] (will never be supported)
66
* https://neo4j.com/docs/graph-data-science/current/management-ops/create-cypher-db/[Cypher on GDS] (might be supported in the future)
77
8-
The GDS Python client is not compatible with Pythons `multiprocessing` or any operations that rely on `forking`. If running queries in parallel is required, multithreading can be used instead.
8+
The GDS Python client is not compatible with Python's `multiprocessing` or any operations that rely on forking. If running queries in parallel is required, multithreading can be used instead.

0 commit comments

Comments
 (0)