diff options
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: |