Skip to content

Commit 31c9c83

Browse files
Merge pull request CamDavidsonPilon#236 from calvingiles/patch-1
Fixed typo on line 45
2 parents e6ba93d + 8e82d14 commit 31c9c83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Prologue/Prologue.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
"\n",
4343
"The choice of PyMC as the probabilistic programming language is two-fold. As of this writing, there is currently no central resource for examples and explanations in the PyMC universe. The official documentation assumes prior knowledge of Bayesian inference and probabilistic programming. We hope this book encourages users at every level to look at PyMC. Secondly, with recent core developments and popularity of the scientific stack in Python, PyMC is likely to become a core component soon enough.\n",
4444
"\n",
45-
"PyMC does have dependencies to run, namely NumPy and (optionally) SciPy. To not limit the user, the examples in this book will rely only on PyMC, NumPy, SciPy and Matplotlib only.\n",
45+
"PyMC does have dependencies to run, namely NumPy and (optionally) SciPy. To not limit the user, the examples in this book will rely only on PyMC, NumPy, SciPy and Matplotlib.\n",
4646
"\n",
4747
"\n",
4848
"Contents\n",
4949
"------\n",
5050
"\n",
5151
"(The below chapters are rendered via the *nbviewer* at\n",
52-
"[nbviewer.ipython.org/](http://nbviewer.ipython.org/), and is read-only and rendered in real-time.\n",
52+
"[nbviewer.ipython.org/](http://nbviewer.ipython.org/), and are read-only and rendered in real-time.\n",
5353
"Interactive notebooks + examples can be downloaded by cloning! )\n",
5454
"\n",
5555
"\n",
@@ -282,4 +282,4 @@
282282
"metadata": {}
283283
}
284284
]
285-
}
285+
}

0 commit comments

Comments
 (0)