Closes #16155: fix a few errors in doctest output of the FAQ pages.
diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst
index 0379bac..cbc29ee 100644
--- a/Doc/faq/windows.rst
+++ b/Doc/faq/windows.rst
@@ -74,7 +74,7 @@
     >>> print "Hello"
     Hello
     >>> "Hello" * 3
-    HelloHelloHello
+    'HelloHelloHello'
 
 Many people use the interactive mode as a convenient yet highly programmable
 calculator.  When you want to end your interactive Python session, hold the Ctrl