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",
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`.