aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release-2.2.0.txt
diff options
context:
space:
mode:
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