diff --git a/src/sum_products.rs b/src/sum_products.rs index 0bcb373d3..e99225cf4 100644 --- a/src/sum_products.rs +++ b/src/sum_products.rs @@ -132,7 +132,7 @@ where /// Return the Einstein summation convention of given tensors. /// -/// This is usually invoked via the the [`einsum!`] macro. +/// This is usually invoked via the the [`einsum!`][crate::einsum!] macro. pub fn einsum<'py, T, OUT>(subscripts: &str, arrays: &[&'py PyArray]) -> PyResult where T: Element,