diff --git a/heat/core/linalg/qr.py b/heat/core/linalg/qr.py index 8df54f445..6a531baa0 100644 --- a/heat/core/linalg/qr.py +++ b/heat/core/linalg/qr.py @@ -1,5 +1,5 @@ """ -QR decomposition of (distributed) 2-D ``DNDarray``s. +QR decomposition of ``DNDarray``s. """ import collections