Skip to content

Commit a941edc

Browse files
cclaussgoswami-rahul
authored andcommitted
Fix a typo in the pull request template (keon#514)
* Fix a typo in the pull request template * Tox and Travis should use the SAME Python
1 parent 68c2661 commit a941edc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- [ ] **If creating a new file :**
55
- [ ] added links to it in the README files ?
66
- [ ] included tests with it ?
7-
- [ ] added description (overview of algorithm, time and space compleixty, and possible edge case) in docstrings ?
7+
- [ ] added description (overview of algorithm, time and space complexity, and possible edge case) in docstrings ?
88

99
- [ ] **if done some changes :**
1010
- [ ] wrote short description in the PR explaining what the changes do ?

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ commands =
4343
[testenv:py36]
4444
passenv = CI TRAVIS TRAVIS_*
4545
basepython =
46-
python3.4
46+
python3.6
4747
deps =
4848
pytest
4949
commands =

0 commit comments

Comments
 (0)