Expand entry for pydoc.
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 89d3a91..ef31609 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -1415,9 +1415,11 @@
pydoc
-----
-The :mod:`pydoc` module now provides a much-improved Web server interface,
-as well as a new command-line option to automatically open a browser
-window to display that server.
+The :mod:`pydoc` module now provides a much-improved Web server interface, as
+well as a new command-line option ``-b`` to automatically open a browser window
+to display that server::
+
+ $ pydoc3.2 -b
(Contributed by Ron Adam; :issue:`2001`.)