summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMiroslav Šedivý <6774676+eumiro@users.noreply.github.com>2021-03-12 07:39:08 +0100
committerGitHub <noreply@github.com>2021-03-12 06:39:08 +0000
commit41fa387a8c3e139ae7f953227dcbf57bede703a9 (patch)
tree6e72f45fc04eb9adf2f79fb479051774cdc4651d /.github
parentd0c428ed89457cb88d4f273ea8e1081bcc1f66bc (diff)
downloadtox-git-41fa387a8c3e139ae7f953227dcbf57bede703a9.tar.gz
Fix typos, modernize and simplify some code (#1971)
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 2f563fad..91ff8ba3 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Contributing to ``tox``
-Thank you for your interest in contributing to virtualenv! There are many ways to contribute, and we appreciate all of them.
+Thank you for your interest in contributing to ``tox``! There are many ways to contribute, and we appreciate all of them.
As a reminder, all contributors are expected to follow our [Code of Conduct][coc].
[coc]: https://www.pypa.io/en/latest/code-of-conduct/
@@ -8,4 +8,4 @@ As a reminder, all contributors are expected to follow our [Code of Conduct][coc
## Development Documentation
Our [development documentation](http://tox.readthedocs.org/en/latest/development.html#development) contains details on
-how to get started with contributing to ``virtualenv``, and details of our development processes.
+how to get started with contributing to ``tox``, and details of our development processes.