#7500: add "Python 3 review needed" comments and fix a few obvious errors.
diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst
index 1f2ae09..e218896 100644
--- a/Doc/faq/gui.rst
+++ b/Doc/faq/gui.rst
@@ -6,6 +6,9 @@
 
 .. contents::
 
+.. XXX need review for Python 3.
+
+
 General GUI Questions
 =====================
 
@@ -159,6 +162,3 @@
 have "keyboard focus".  Check out the Tk documentation for the focus command.
 Usually a widget is given the keyboard focus by clicking in it (but not for
 labels; see the takefocus option).
-
-
-