From 50afc8844d13a6192a0d00dd49b395787ba162ee 2019-12-27 14:26:24
From: Danny Hermes <daniel.j.hermes@gmail.com>
Date: 2019-12-27 14:26:24
Subject: [PATCH] Fix small typos: an -> and and function -> functions
---

diff --git a/docs/source/interactive/magics.rst b/docs/source/interactive/magics.rst
index bb562f4..b61bcdc 100644
--- a/docs/source/interactive/magics.rst
+++ b/docs/source/interactive/magics.rst
@@ -13,9 +13,9 @@ Built-in magic commands
     other languages.
 
 Here is the help auto-generated from the docstrings of all the available Magics
-function that IPython ships with. 
+functions that IPython ships with. 
 
-You can create an register your own Magics with IPython. You can find many user
+You can create and register your own Magics with IPython. You can find many user
 defined Magics on `PyPI <https://pypi.io>`_. Feel free to publish your own and
 use the ``Framework :: IPython`` trove classifier.