summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjunnplus <junnplus@gmail.com>2019-01-31 14:43:16 +0800
committerjunnplus <junnplus@gmail.com>2019-01-31 14:43:16 +0800
commite1e2ecd2099509cad954395103bea05e2930bb60 (patch)
tree5a692e05247a7a635c6d09b863e2363386a1b81a
parent2f3afb0a2b6adaa7287173f07ea5b7fee8551083 (diff)
downloadredis-py-e1e2ecd2099509cad954395103bea05e2930bb60.tar.gz
fix typo
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 798be44..cd9b149 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -2,7 +2,7 @@
_Please make sure to review and check all of these items:_
-- [ ] Does `$ python setup test` pass with this change (including linting)?
+- [ ] Does `$ python setup.py test` pass with this change (including linting)?
- [ ] Does travis tests pass with this change (enable it first in your forked repo and wait for the travis build to finish)?
- [ ] Is the new or changed code fully tested?
- [ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?