From: Ali Alnubani Date: Sat, 31 Mar 2018 13:55:59 +0000 (+0300) Subject: docs: Fix package name X-Git-Tag: v2.1.0-rc1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d668c5167730a1e86ae45e582202b12c043c122b;p=thirdparty%2Fpatchwork.git docs: Fix package name Fixed a typo that instructed to install tox instead of reno. Signed-off-by: Ali Alnubani Signed-off-by: Daniel Axtens --- diff --git a/docs/development/contributing.rst b/docs/development/contributing.rst index e6c06630..66c2cb9a 100644 --- a/docs/development/contributing.rst +++ b/docs/development/contributing.rst @@ -80,7 +80,7 @@ first install it: .. code-block:: shell - $ sudo pip install tox + $ sudo pip install reno Once installed, a new release note can be created using the ``reno new`` command: