changeset 33658:b1d6e40ac737 stable

NEWS.9.md: Fix typo and minor formatting changes. * etc/NEWS.9.md: Fix typo. Adjust whitespace. Use markdown syntax for code snippets.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 05 Jun 2024 11:27:35 +0200
parents 3ee1754876bf
children b44cf0267b59
files etc/NEWS.9.md
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.9.md	Tue Jun 04 20:03:55 2024 -0400
+++ b/etc/NEWS.9.md	Wed Jun 05 11:27:35 2024 +0200
@@ -6,7 +6,7 @@
 ### Improvements and fixes
 
 - `jupyter-notebook`: Avoid error if evaluated code closes an existing figure
-  window.  Use unwind_protect block to ensure figure and tempfile cleanup
+  window.  Use `unwind_protect` block to ensure figure and tempfile cleanup
   actions occur (bug #65644).
 
 ### GUI
@@ -15,10 +15,11 @@
 
 - `jupyter-notebook` test no longer fails if a figure window is open
   (bug #65644).
-  
+
 ### Documentation
 
-- `load`: Correct documentaion of -v7.3 and -hdf5 options (bug #42530).
+- `load`: Correct documentation of `-v7.3` and `-hdf5` options (bug #42530).
+
 
 Summary of bugs fixed for version 9.2.0 (2024-06-01):
 -----------------------------------------------------