Skip to content

Commit 10e32df

Browse files
Apply suggestions from code review
Co-authored-by: Michael Osthege <michael.osthege@outlook.com>
1 parent 5d7db59 commit 10e32df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ but for their API documentation please refer to the :ref:`ArviZ documentation <a
3434
but for their API documentation please refer to the :ref:`ArviZ documentation <arviz:stats_api>`.
3535

3636
ArviZ is a dependency of PyMC and so, in addition to the locations described above,
37-
importing arviz and using ``arviz.<function>`` will also work without any extra installation.
37+
importing ArviZ and using ``arviz.<function>`` will also work without any extra installation.
3838

3939
Generalized Linear Models (GLMs)
4040
--------------------------------
4141

4242
Generalized Linear Models are delegated to the
4343
`Bambi <https://bambinos.github.io/bambi>`_.
4444
library, a high-level Bayesian model-building
45-
interface built on top of the PyMC.
45+
interface built on top of PyMC.
4646

4747
Bambi is not a dependency of PyMC and should be installed in addition to PyMC
4848
to use it to generate PyMC models via formula syntax.

0 commit comments

Comments
 (0)