From 6d017843bef7275ca9a3b2caa9407fbdeaf248a1 Mon Sep 17 00:00:00 2001 From: Israel Martinez Date: Tue, 23 Jan 2024 09:38:16 -0500 Subject: [PATCH] Fix docstring typo --- cosipy/response/FullDetectorResponse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosipy/response/FullDetectorResponse.py b/cosipy/response/FullDetectorResponse.py index e820f180..d7189ee0 100644 --- a/cosipy/response/FullDetectorResponse.py +++ b/cosipy/response/FullDetectorResponse.py @@ -831,7 +831,7 @@ def get_point_source_response(self, Effective time spent by the source at each pixel location in spacecraft coordinates coord : :py:class:`astropy.coordinates.SkyCoord` Source coordinate - scatt_map : :py:cass:`SpacecraftAttitudeMap` + scatt_map : :py:class:`SpacecraftAttitudeMap` Spacecraft attitude map Returns