summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBulat Bochkariov <github@bulat.bochkariov.com>2019-09-23 22:02:27 -0700
committerGitHub <noreply@github.com>2019-09-23 22:02:27 -0700
commit8dd03de6ace6fed7f06b307d657872b8fb14188e (patch)
treead04e0332e8f47496ca4700382b142b966b67cf3 /docs
parentcc74c998429639d7e30ba7b84a54c04f6c20221a (diff)
downloadmock-8dd03de6ace6fed7f06b307d657872b8fb14188e.tar.gz
Fix a typo
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 4e8bc17..27008a0 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -141,7 +141,7 @@ Backporting process
git clone https://github.com/python/cpython.git
git clone https://github.com/testing-cabal/mock.git
- Make sure they both on master and up to date!
+ Make sure they are both on master and up to date!
2. Create a branch in your ``mock`` clone and switch to it.