Skip to content

Commit

Permalink
Update docs/imviz/plugins.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Brett M. Morris <[email protected]>
  • Loading branch information
camipacifici and bmorris3 authored May 30, 2024
1 parent 183c508 commit e838a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/imviz/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extension when loading the data.
.. code-block:: python
imviz = Imviz()
imviz.load_data('path/to/file', ext=['SCI', 'DQ'])
imviz.load_data('path/to/file', ext=('SCI', 'DQ'))
imviz.show()
From the API
Expand Down

0 comments on commit e838a80

Please sign in to comment.