#10768: fix ScrolledText widget construction, and make the example work from the interactive shell.
diff --git a/Misc/NEWS b/Misc/NEWS
index 46b6233..38709af 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,8 @@
 Library
 -------
 
+- Issue #10768: Make the Tkinter ScrolledText widget work again.
+
 - Issue #10777: Fix "dictionary changed size during iteration" bug in
   ElementTree register_namespace().