From af156b5b26fb97a24f0ace246e466307096f4c27 Mon Sep 17 00:00:00 2001 From: Daniel Darabos Date: Thu, 9 Jun 2016 23:13:28 +0200 Subject: [PATCH] Fix title of plot. The first paragraph says "Let A denote the event that our code has no bugs in it." --- Chapter1_Introduction/Chapter1.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter1_Introduction/Chapter1.ipynb b/Chapter1_Introduction/Chapter1.ipynb index 5971fede..f727404f 100644 --- a/Chapter1_Introduction/Chapter1.ipynb +++ b/Chapter1_Introduction/Chapter1.ipynb @@ -316,7 +316,7 @@ "plt.ylim(0, 1)\n", "plt.xlabel(\"Prior, $P(A) = p$\")\n", "plt.ylabel(\"Posterior, $P(A|X)$, with $P(A) = p$\")\n", - "plt.title(\"Are there bugs in my code?\")" + "plt.title(\"Is my code bug-free?\")" ] }, {