Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Sep 16, 2024
1 parent ddadd8e commit 59d3a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scippneutron/io/cif.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
The high-level interface uses a builder pattern for assembling files.
It is implemented by :class:`CIF`.
To demnstrate the interface, first make some mockup powder diffraction data:
To demonstrate the interface, first make some mockup powder diffraction data:
>>> import scipp as sc
>>> tof = sc.array(dims=['tof'], values=[1.2, 1.4, 2.3], unit='us')
Expand Down

0 comments on commit 59d3a31

Please sign in to comment.