summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2012-11-05 22:18:29 +0000
committerMichael Foord <michael@voidspace.org.uk>2012-11-05 22:18:29 +0000
commitbd5c4db5357939ad52d32c9969d4ddfaeadedff2 (patch)
tree038474a3f8a1b670164519f99704d53fc4f00069
parentf7c6e2d5362534dccc6a3dd91daa7cf053cd79be (diff)
downloadmock-bd5c4db5357939ad52d32c9969d4ddfaeadedff2.tar.gz
Typo fixes
-rw-r--r--docs/changelog.txt2
-rw-r--r--docs/index.txt4
-rw-r--r--mock.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/changelog.txt b/docs/changelog.txt
index 77a84a4..91a050d 100644
--- a/docs/changelog.txt
+++ b/docs/changelog.txt
@@ -4,7 +4,7 @@
CHANGELOG
=========
-2012/11/5 Version 1.0.1
+2012/11/05 Version 1.0.1
-----------------------
* Functions decorated with `patch` variants have a `__wrapped__` attribute
diff --git a/docs/index.txt b/docs/index.txt
index 7e4a8da..fe89925 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -11,7 +11,7 @@
:Homepage: `Mock Homepage`_
:Download: `Mock on PyPI`_
:Documentation: `PDF Documentation
- <http://www.voidspace.org.uk/downloads/mock-1.0.0.pdf>`_
+ <http://www.voidspace.org.uk/downloads/mock-1.0.1.pdf>`_
:License: `BSD License`_
:Support: `Mailing list (testing-in-python@lists.idyll.org)
<http://lists.idyll.org/listinfo/testing-in-python>`_
@@ -106,7 +106,7 @@ then please contact us.
* `mock on PyPI <http://pypi.python.org/pypi/mock>`_
* `mock documentation as PDF
- <http://www.voidspace.org.uk/downloads/mock-1.0.0.pdf>`_
+ <http://www.voidspace.org.uk/downloads/mock-1.0.1.pdf>`_
* `Google Code Home & Mercurial Repository <http://code.google.com/p/mock/>`_
.. index:: repository
diff --git a/mock.py b/mock.py
index c8fc5d1..b67f045 100644
--- a/mock.py
+++ b/mock.py
@@ -3,7 +3,7 @@
# Copyright (C) 2007-2012 Michael Foord & the mock team
# E-mail: fuzzyman AT voidspace DOT org DOT uk
-# mock 1.0
+# mock 1.0.1
# http://www.voidspace.org.uk/python/mock/
# Released subject to the BSD License