Skip to content

Commit

Permalink
Merge pull request #351 from mperrin/escape_sequence_fix
Browse files Browse the repository at this point in the history
trivial syntax fix to avoid SyntaxWarning
  • Loading branch information
mfixstsci authored Sep 17, 2024
2 parents 77272ff + f0173b4 commit c835ef2
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 c835ef2

Please sign in to comment.