Skip to content

Commit

Permalink
trivial syntax fix to avoid SyntaxWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrin committed Sep 16, 2024
1 parent 57eccb4 commit f774d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysiaf/aperture.py
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,7 @@ def sky_to_tel(self, *args):
Input sky coords should be given in degrees RA and Dec, or equivalent astropy.Quantities
Results are returned as floats with implicit units of arcseconds, for consistency with the
other \*_to_tel functions.
other \\*_to_tel functions.
"""

Expand Down

0 comments on commit f774d74

Please sign in to comment.