From 613bc78bf0c0ebcd9e23e317f3766cd60fd4f270 Mon Sep 17 00:00:00 2001 From: mrava87 Date: Wed, 2 Jul 2025 10:04:55 +0000 Subject: [PATCH] doc: fix link to method in plot_matrixmult --- examples/plot_matrixmult.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plot_matrixmult.py b/examples/plot_matrixmult.py index 3562ca84..1a427e41 100644 --- a/examples/plot_matrixmult.py +++ b/examples/plot_matrixmult.py @@ -80,7 +80,7 @@ # # # This is obtained by invoking the -# `:func:pylops_mpi.MPIMatrixMult.active_grid_comm` method, which is also +# :func:`pylops_mpi.basicoperators.MPIMatrixMult.active_grid_comm` method, which is also # responsible to identify any rank that should be deactivated (if the number # of rows of the operator or columns of the input/output matrices are smaller # than the row or columm ranks.