Skip to content

Commit 0f3fae1

Browse files
committed
Fixed typo on line 45
'only' was used twice.
1 parent bb2bfbb commit 0f3fae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Prologue/Prologue.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
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",
@@ -282,4 +282,4 @@
282282
"metadata": {}
283283
}
284284
]
285-
}
285+
}

0 commit comments

Comments
 (0)