Skip to content

Commit 7184976

Browse files
Updating docstrings.
1 parent 82511e5 commit 7184976

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

jwst/jump/jump_step.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ class JumpStep(Step):
7979
def process(self, step_input):
8080
"""Step method to execute step computations.
8181
82-
Parameter
83-
---------
82+
Parameters
83+
----------
8484
step_input : RampModel
8585
The ramp model input from the previous step.
8686
87-
Return:
88-
------
87+
Returns
88+
-------
8989
result : RampModel
9090
The ramp model with jump step as COMPLETE and jumps detected or
9191
the jump step is SKIPPED.
@@ -145,13 +145,13 @@ def process(self, step_input):
145145
def _setup_jump_data(self, result):
146146
"""Create a JumpData instance to be used by STCAL jump.
147147
148-
Parameter
149-
---------
148+
Parameters
149+
----------
150150
result : RampModel
151151
The ramp model input from the previous step.
152152
153-
Return:
154-
------
153+
Returns
154+
-------
155155
jump_data : JumpData
156156
The data container to be used to run the STCAL detect_jumps_data.
157157

0 commit comments

Comments
 (0)