Skip to content

Commit

Permalink
DOC: fix typo in amplitude-analysis.ipynb (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Mar 5, 2024
1 parent 6775cbe commit 37f8472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/amplitude-analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@
"import pandas as pd\n",
"\n",
"data_frame = pd.DataFrame(data)\n",
"phsp_frame = pd.DataFrame(data)\n",
"phsp_frame = pd.DataFrame(phsp)\n",
"data_frame"
]
},
Expand Down

0 comments on commit 37f8472

Please sign in to comment.