Skip to content

Commit

Permalink
Remove spurious whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 8, 2023
1 parent 26b22b4 commit 8f29145
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 @@ -149,7 +149,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 8f29145

Please sign in to comment.