Skip to content

Commit 15129f8

Browse files
Merge pull request #312 from darabos/patch-1
Fix title of plot
2 parents 5ee54cd + af156b5 commit 15129f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter1_Introduction/Chapter1.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
"plt.ylim(0, 1)\n",
317317
"plt.xlabel(\"Prior, $P(A) = p$\")\n",
318318
"plt.ylabel(\"Posterior, $P(A|X)$, with $P(A) = p$\")\n",
319-
"plt.title(\"Are there bugs in my code?\")"
319+
"plt.title(\"Is my code bug-free?\")"
320320
]
321321
},
322322
{

0 commit comments

Comments
 (0)