From f160a194de98c83de389c7881db9206b0091dc40 Mon Sep 17 00:00:00 2001 From: emilioMaddalena Date: Thu, 7 Aug 2025 18:23:12 +0200 Subject: [PATCH 1/2] Add missing "is" --- docs/user/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/install.rst b/docs/user/install.rst index fe685257..2101ff0a 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -4,7 +4,7 @@ Installation ============ Since emcee is a pure Python module, it should be pretty easy to install. -All you'll need `numpy `_. +All you'll need is `numpy `_. .. note:: For pre-release versions of emcee, you need to follow the instructions in :ref:`source`. From 641d014f60ee43bad90afecfbe65a9c92d26de32 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 16:30:26 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/tutorials/parallel.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/parallel.ipynb b/docs/tutorials/parallel.ipynb index 34a4945f..60580a25 100644 --- a/docs/tutorials/parallel.ipynb +++ b/docs/tutorials/parallel.ipynb @@ -274,7 +274,7 @@ " if not pool.is_master():\n", " pool.wait()\n", " sys.exit(0)\n", - " \n", + "\n", " np.random.seed(42)\n", " initial = np.random.randn(32, 5)\n", " nwalkers, ndim = initial.shape\n",