From 5c7f08058d281949e8d2da485f11d9c91e8ce62d Mon Sep 17 00:00:00 2001 From: Sultan Orazbayev Date: Tue, 7 Mar 2023 20:41:21 +0600 Subject: [PATCH] Update fundamentals.rst Resolve https://github.com/python-graphblas/python-graphblas/issues/396 --- docs/user_guide/fundamentals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/fundamentals.rst b/docs/user_guide/fundamentals.rst index f47296c47..6e4a5d195 100644 --- a/docs/user_guide/fundamentals.rst +++ b/docs/user_guide/fundamentals.rst @@ -37,7 +37,7 @@ The descriptor is a set of bitwise flags. - Replace mode indicates that elements outside the mask area should be cleared in the final output. When not in replace mode, elements outside the mask are left untouched. -For more details, look at the official API spec at `graphblas.org `_. +For more details, look at the official API spec at `graphblas.org `_. C-to-Python Mapping -------------------