Skip to content

Commit

Permalink
Remove spurious whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Oct 13, 2023
1 parent 36ae95f commit 7029113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ example of reading files looks like this:
```python
from podio.root_io import Reader

reader = Reader("one or many input files")
reader = Reader("one or many input files")
for event in reader.get("events"):
hits = store.get("hits")
for hit in hits:
Expand Down

0 comments on commit 7029113

Please sign in to comment.