From 054046a40814c0df47aec6c63d3ac74ab958f67c Mon Sep 17 00:00:00 2001 From: Martin Reinecke <martin@mpa-garching.mpg.de> Date: Sat, 1 Jul 2017 12:10:48 +0200 Subject: [PATCH] typo --- nifty/spaces/space/space.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifty/spaces/space/space.py b/nifty/spaces/space/space.py index dc49c0c4c..4b239141b 100644 --- a/nifty/spaces/space/space.py +++ b/nifty/spaces/space/space.py @@ -167,7 +167,7 @@ class Space(DomainObject): If the hermitian decomposition is done via computing the half sums and differences of `x` and mirrored `x`, all points except the fixed points lose half of their variance. If `x` is complex also - the lose half of their variance since the real(/imaginary) part + they lose half of their variance since the real(/imaginary) part gets lost. Returns -- GitLab