summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Pradet <quentin.pradet@gmail.com>2019-05-22 14:34:45 +0400
committerSeth Michael Larson <sethmichaellarson@gmail.com>2019-05-22 05:34:45 -0500
commitcdbceed4ff064ab380ad13aecbdc0707ae607570 (patch)
tree39c46b1e3bac3aad2acd73361bd5a36fc3ba39e9
parent3773cf123cf1e195691f26ad870de8f6b423e7a9 (diff)
downloadurllib3-cdbceed4ff064ab380ad13aecbdc0707ae607570.tar.gz
Remove extra words in the contributing docs (#1613)
-rw-r--r--docs/contributing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 39e47d7e..c28bc479 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -77,8 +77,8 @@ named ``release-x.x`` where ``x.x`` is the version of the proposed release.
- Integration tests are run against the release candidate on Travis. From here on all
the steps below will be handled by a maintainer so unless you receive review comments
you are done here.
-- Once the pull request is squash merged into master the merging maintainer the
- pull request will tag the merge commit with the version number:
+- Once the pull request is squash merged into master the merging maintainer
+ will tag the merge commit with the version number:
- ``git tag -a 1.24.1 [commit sha]``
- ``git push origin master --tags``