Skip to content

Commit

Permalink
correct typo in multiple data block example (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
huwjenkins authored Sep 13, 2024
1 parent 13d35c7 commit a2e9927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/multi_block.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ particle_df = star['particles']
`starfile.read` can be forced to always return a dictionary of entries.

```python
starfile.read('particles.star', force_dict=True)
starfile.read('particles.star', always_dict=True)
```

## Writing
Expand Down

0 comments on commit a2e9927

Please sign in to comment.