From 4bc2d773fa49e7cd42226ba1661820d28c20e62a Mon Sep 17 00:00:00 2001 From: Mikhail Gryzykhin <12602502+Ardagan@users.noreply.github.com> Date: Tue, 21 Jan 2020 08:24:10 -0800 Subject: [PATCH] cleanup typo --- website/src/contribute/release-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/contribute/release-guide.md b/website/src/contribute/release-guide.md index e70c8d1a60948..8cf720bee1a9e 100644 --- a/website/src/contribute/release-guide.md +++ b/website/src/contribute/release-guide.md @@ -1253,7 +1253,7 @@ please follow [the guide](https://help.github.com/articles/creating-a-personal-a delete the `.asc`, `.sha512`; 3. Upload the new release `twine upload *` from the directory with the `.zip` and `.whl` files; -[Installing twine](https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives): `pip install twine`. You can install twine under [virtualenv](https://virtualenv.pypa.io/en/latest/)bb if preferred. +[Installing twine](https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives): `pip install twine`. You can install twine under [virtualenv](https://virtualenv.pypa.io/en/latest/) if preferred. #### Deploy source release to dist.apache.org