From 2cf6f664913ac61a5dd81fb1336cd1e8f2ef624e Mon Sep 17 00:00:00 2001 From: Tanner Prestegard Date: Fri, 16 Aug 2019 09:08:02 -0500 Subject: [PATCH] Fix typo in a docstring --- ligo/gracedb/rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ligo/gracedb/rest.py b/ligo/gracedb/rest.py index c81a783..6bf9469 100644 --- a/ligo/gracedb/rest.py +++ b/ligo/gracedb/rest.py @@ -837,7 +837,7 @@ class GraceDb(GsiRest): @property def instruments(self): - """List of available instruments on ther server.""" + """List of available instruments on the server.""" return self.service_info.get('instruments') @property -- GitLab