Skip to content

Commit 7942fb4

Browse files
authored
Merge pull request #27 from timgates42/bugfix_typo_separated
docs: Fix simple typo, seperated -> separated
2 parents 4aa7375 + 8417b22 commit 7942fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ coverage erase
120120
tox -e <python_ver>-<django_ver>
121121
# Possible python_ver values: `py27`, `py36`
122122
# Possible django_ver values: `17`, `18`, `19`, `110`, '20'
123-
# Values can be comma-seperated, e. g. `-e py27-17,py27-18,py36-18`
123+
# Values can be comma-separated, e. g. `-e py27-17,py27-18,py36-18`
124124
# If you omit `-e ...` parameter, all environments will be tests.
125125
# Also - not problems with running this within a virtualenv.
126126
# Check tox.ini for these values.

0 commit comments

Comments
 (0)