We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8372c7c + 8eb3081 commit 78f5796Copy full SHA for 78f5796
docs/src/usage.md
@@ -65,7 +65,7 @@ backend = SequentialBackend()
65
66
Most of the codes using `PartitionedArrays` start creating a distributed object that for each part contains its part id. We call it `parts`.
67
```julia
68
-parts = get_part_id(backend,np)
+parts = get_part_ids(backend,np)
69
```
70
71
Now, we generate a partitioning of rows and columns. Note that the entry in row 3
0 commit comments