aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release-2.2.0.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2015-02-07 14:22:47 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2015-02-07 14:22:47 -0500
commit93dad08ca9967d75e5bb2b2e6e6301a98b900bfd (patch)
tree253586450b9bdaa9b04d853f23b6b590e0eb58ea /docs/release-2.2.0.txt
parent9f6b45f8944a2d91041e941da609e5ac09373e22 (diff)
downloadmarkdown-93dad08ca9967d75e5bb2b2e6e6301a98b900bfd.tar.gz
markdown-93dad08ca9967d75e5bb2b2e6e6301a98b900bfd.tar.bz2
markdown-93dad08ca9967d75e5bb2b2e6e6301a98b900bfd.zip
Thorough spell check of the docs.
Diffstat (limited to 'docs/release-2.2.0.txt')
-rw-r--r--docs/release-2.2.0.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/release-2.2.0.txt b/docs/release-2.2.0.txt
index 59ac78f..c3750fa 100644
--- a/docs/release-2.2.0.txt
+++ b/docs/release-2.2.0.txt
@@ -45,7 +45,7 @@ What's New in Python-Markdown 2.1
The docs were refactored and can now be found at
<http://packages.python.org/Markdown/>. The docs are now maintained in the
-Repo and are generated by the `setup.py build_docs` command.
+Repository and are generated by the `setup.py build_docs` command.
The [Sane_Lists](http://packages.python.org/Markdown/extensions/sane_lists.html)
extension was added. The Sane Lists Extension alters the behavior of the
@@ -60,7 +60,7 @@ As long as the provided module contains a compatible extension, the extension
will be loaded.
The BlockParser API was slightly altered to allow `blockprocessor.run` to return
-`True` or `False` which provides more control to the block proccessor loop from
+`True` or `False` which provides more control to the block processor loop from
within any Blockprocessor instance.
Various bug fixes have been made. See the