Merge pull request #527 from bernhardreiter/patch-1

doc: fix Search-FullOverview.ipynb code example
pull/534/head
Raphaël Vinot 2020-01-30 14:00:47 +01:00 committed by GitHub
commit 44f9c13ca6
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",