From d668c5167730a1e86ae45e582202b12c043c122b Mon Sep 17 00:00:00 2001 From: Ali Alnubani Date: Sat, 31 Mar 2018 16:55:59 +0300 Subject: 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 --- docs/development/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/development') 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: -- cgit v1.2.3