From 6543c58dc520b6632537c55e53ea3a74d8376568 Mon Sep 17 00:00:00 2001 From: Moritz Huebner <email@moritz-huebner.de> Date: Wed, 13 Jun 2018 16:49:45 +1000 Subject: [PATCH] Fixed a typo --- tupak/gw/detector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tupak/gw/detector.py b/tupak/gw/detector.py index 135e4cc1b..570e9d62c 100644 --- a/tupak/gw/detector.py +++ b/tupak/gw/detector.py @@ -228,7 +228,7 @@ class Interferometer(object): self.__vertex_updated = True return self.__vertex - @propexrty + @property def x(self): """ A unit vector along the x-arm -- GitLab