Skip to content

Commit

Permalink
fix spelling of parameters so sphinx recognizes it
Browse files Browse the repository at this point in the history
  • Loading branch information
ehneilsen committed Sep 15, 2023
1 parent aac188d commit 06b4ce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schedview/collect/opsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
def read_opsim(filename, start_time="2000-01-01", end_time="2100-01-01"):
"""Read visits from an opsim database.
Paramaters
Parameters
----------
filename : `str`
The file from which to load visits
Expand Down
4 changes: 2 additions & 2 deletions schedview/compute/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self):
def single_eq_vertices(self, ra, decl, rotation=0):
"""Compute vertices for a single pair of equatorial coordinates
Paremeters
Parameters
----------
ra : `float`
The R.A. (in degrees)
Expand Down Expand Up @@ -69,7 +69,7 @@ def single_eq_vertices(self, ra, decl, rotation=0):
def __call__(self, ra, decl, rotation=0):
"""Compute vertices for a single pair of equatorial coordinates
Paremeters
Parameters
----------
ra : `np.ndarray`
The R.A. of pointings (in degrees)
Expand Down

0 comments on commit 06b4ce8

Please sign in to comment.