Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Oct 28, 2024
1 parent eda0f30 commit 74e9a78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/depiction/persistence/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ def copy_spectra(
) -> None:
"""Copies spectra from an existing reader. Not optimized yet.
:param reader: The reader to copy from.
:param spectra_indices: The indices of the spectra to copyl.
:param spectra_indices: The indices of the spectra to copy.
:param tqdm_position: The position of the tqdm bar, if relevant.
"""
if tqdm_position is not None:

Expand Down

0 comments on commit 74e9a78

Please sign in to comment.