From 316549ab9e65e832be4d4d3c0190ac43c5d7b9d9 Mon Sep 17 00:00:00 2001 From: Durlabh Pathak Date: Tue, 4 Apr 2023 18:08:55 +0000 Subject: [PATCH] Doc: Typo Fixed Fixes #1075 * Doc: added news item * Doc: Typo Fixed --- src/mailman/docs/NEWS.rst | 4 ++++ src/mailman/docs/contribute.rst | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 2e9652b80..0618dc4e5 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -45,6 +45,10 @@ Bugs fixed * The administrivia rule will now decode encoded message bodies. (Closes #1072) +Other +----- +* Typo corrected under "Building the documentation" section of``contribute.rst``. (Fixes #1075) + .. _news-3.3.8: 3.3.8 diff --git a/src/mailman/docs/contribute.rst b/src/mailman/docs/contribute.rst index 1977bcd7e..65cb6cb30 100644 --- a/src/mailman/docs/contribute.rst +++ b/src/mailman/docs/contribute.rst @@ -142,10 +142,10 @@ Building the documentation ========================== To build the documentation, you need some additional dependencies. The only -one you probably need from your OS vendor is `graphiz`. E.g. On Debian or +one you probably need from your OS vendor is `graphviz`. E.g. On Debian or Ubuntu, you can do:: - $ sudo apt install graphiz + $ sudo apt install graphviz All other dependencies should be automatically installed as needed. Build the documentation by running:: -- 2.11.4.GIT