diff mbox series

docs: Fix package name

Message ID 20180331135600.31674-1-alialnu@mellanox.com
State Accepted
Headers show
Series docs: Fix package name | expand

Commit Message

Ali Alnubani March 31, 2018, 1:55 p.m. UTC
Fixed a typo that instructed to install tox instead
of reno.

Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
---
 docs/development/contributing.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/docs/development/contributing.rst b/docs/development/contributing.rst
index e6c0663..66c2cb9 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: