doc: fix Search-FullOverview.ipynb code example

pull/527/head
Bernhard E. Reiter 2020-01-22 17:17:18 +01:00 committed by GitHub
parent eabc6481d0
commit 620ab912da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@
"\n",
"event_ids = set()\n",
"for attr in attributes:\n",
" event_ids.add(event_id)\n",
" event_ids.add(attr.event_id)\n",
"\n",
"# Fetch all related events\n",
"for event_id in event_ids:\n",