Skip to content

Commit

Permalink
Fixing minor spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
kartographer committed Feb 14, 2025
1 parent 6d8b1bc commit 51a19d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyuvdata/telescopes.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def __init__(self):
"name", description="name of telescope (string)", form="str"
)
desc = (
"telescope location: Either an astropy.EarthLocation oject or a "
"telescope location: Either an astropy.EarthLocation object or a "
"lunarsky MoonLocation object."
)
self._location = uvp.LocationParameter("location", description=desc, tols=1e-3)
Expand Down

0 comments on commit 51a19d8

Please sign in to comment.