Skip to content

Commit aa72ecc

Browse files
committed
minor: small doc fixes
1 parent c7c3304 commit aa72ecc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/plot_stacked_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Stacked Array
3-
=========================
3+
=============
44
This example shows how to use the :py:class:`pylops_mpi.StackedDistributedArray`.
55
This class provides a way to combine and act on multiple :py:class:`pylops_mpi.DistributedArray`
66
within the same program. This is very useful in scenarios where an array can be logically

pylops_mpi/DistributedArray.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ def to_dist(cls, x: NDArray,
284284
Axis of Distribution
285285
local_shapes : :obj:`list`, optional
286286
Local Shapes at each rank.
287+
287288
Returns
288289
----------
289290
dist_array : :obj:`DistributedArray`

0 commit comments

Comments
 (0)