diff --git a/doc/examples.md b/doc/examples.md index 725cdd5cf..4973da118 100644 --- a/doc/examples.md +++ b/doc/examples.md @@ -143,7 +143,6 @@ example of reading files looks like this: ```python from podio.root_io import Reader - reader = Reader("one or many input files") for event in reader.get("events"): hits = store.get("hits")