Skip to content

Commit 286ab22

Browse files
authored
Merge pull request #153 from mrava87/fix-docmatrixmult
doc: fix link to method in plot_matrixmult
2 parents c469e4c + 613bc78 commit 286ab22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot_matrixmult.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
# </div>
8181
#
8282
# This is obtained by invoking the
83-
# `:func:pylops_mpi.MPIMatrixMult.active_grid_comm` method, which is also
83+
# :func:`pylops_mpi.basicoperators.MPIMatrixMult.active_grid_comm` method, which is also
8484
# responsible to identify any rank that should be deactivated (if the number
8585
# of rows of the operator or columns of the input/output matrices are smaller
8686
# than the row or columm ranks.

0 commit comments

Comments
 (0)