Skip to content

Commit

Permalink
fix docstring typo
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandra Trapani <[email protected]>
  • Loading branch information
pauladkisson and alessandratrapani authored Oct 23, 2023
1 parent 8970f96 commit bb692f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roiextractors/volumetricimagingextractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_video(self, start_frame: Optional[int] = None, end_frame: Optional[int]
Returns
-------
video: numpy.ndarray
The 3D video frames (num_rows, num_columns, num_planes).
The 3D video frames (num_frames, num_rows, num_columns, num_planes).
"""
if start_frame is None:
start_frame = 0
Expand Down

0 comments on commit bb692f5

Please sign in to comment.