diff options
author | Ali Alnubani <alialnu@mellanox.com> | 2018-03-31 16:55:59 +0300 |
---|---|---|
committer | Daniel Axtens <dja@axtens.net> | 2018-04-05 19:28:46 +1000 |
commit | d668c5167730a1e86ae45e582202b12c043c122b (patch) | |
tree | 9a2d249ec79e6d23a02c24347ea05a49b423311b /docs/development | |
parent | 90d9ee14e73e8ec9248e89c788d64867c4a4bb74 (diff) | |
download | patchwork-d668c5167730a1e86ae45e582202b12c043c122b.tar patchwork-d668c5167730a1e86ae45e582202b12c043c122b.tar.gz |
docs: Fix package name
Fixed a typo that instructed to install tox instead
of reno.
Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
Signed-off-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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: |