Skip to content

Commit 19bfc9d

Browse files
authored
Merge pull request #327 from PyO3/fix-intra-doc-link
Fix intra-doc link to einsum macro.
2 parents c1cc96f + 684194f commit 19bfc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sum_products.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ where
132132

133133
/// Return the Einstein summation convention of given tensors.
134134
///
135-
/// This is usually invoked via the the [`einsum!`] macro.
135+
/// This is usually invoked via the the [`einsum!`][crate::einsum!] macro.
136136
pub fn einsum<'py, T, OUT>(subscripts: &str, arrays: &[&'py PyArray<T, IxDyn>]) -> PyResult<OUT>
137137
where
138138
T: Element,

0 commit comments

Comments
 (0)