Issue #11000 ast.parse doc fix (r88172) + tix fix (r88170)
diff --git a/Doc/library/tkinter.tix.rst b/Doc/library/tkinter.tix.rst
index 68d8f5a..beb91e6 100644
--- a/Doc/library/tkinter.tix.rst
+++ b/Doc/library/tkinter.tix.rst
@@ -503,8 +503,8 @@
 
    To view the current settings, the common usage is::
 
-      import Tix
-      root = Tix.Tk()
+      from tkinter import tix
+      root = tix.Tk()
       print(root.tix_configure())