summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlord63 <lord63.j@gmail.com>2015-09-23 10:47:31 +0800
committerlord63 <lord63.j@gmail.com>2015-09-23 10:47:31 +0800
commit05a0ef04e1c0a2eaf72cf009d04841307c9684b4 (patch)
tree3629831cffe13745137da741ab59da1a20f0ea24
parent35c0dd8e86c84dcc1ca88c314215e1feb8bb4f57 (diff)
downloadmock-05a0ef04e1c0a2eaf72cf009d04841307c9684b4.tar.gz
Fix typo in docs/index.txt
.travis.jml -> .travis.yml
-rw-r--r--docs/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 7515fe3..cbdc7a4 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -123,7 +123,7 @@ place in cPython, the backport process is as lightweight as we can make it.
mock is CI tested using Travis-CI on Python versions 2.6, 2.7, 3.2, 3.3, 3.4,
3.5, nightly Python 3 builds, pypy, pypy3. Jython support is desired, if
-someone could contribute a patch to .travis.jml to support it that would be
+someone could contribute a patch to .travis.yml to support it that would be
excellent.
Releasing