From 61a378b92d4eca2196a939242bb46b2387fd375d Mon Sep 17 00:00:00 2001 From: Jacan Chaplais Date: Wed, 22 Feb 2023 16:02:43 +0000 Subject: [PATCH] matrix property docstring correction #99 --- graphicle/data.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/graphicle/data.py b/graphicle/data.py index ea37d1f..121c4f8 100644 --- a/graphicle/data.py +++ b/graphicle/data.py @@ -1873,8 +1873,7 @@ def matrix(self) -> ty.Union[base.DoubleVector, base.IntVector]: For both the weighted and unweighted case, if several edges connect vertex pairs, their entries will be summed to produce - the dense matrix. In the weighted case, this may cause loss of - information. + the dense matrix. This may cause loss of information. """ if self.weights.size > 0: adj = self._sparse_weighted