commit | 436ebf8a52f2cdaaf4870a646e0fbb6b5c61bf45 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Oct 06 17:51:46 2014 +0200 |
committer | Georg Brandl <georg@python.org> | Mon Oct 06 17:51:46 2014 +0200 |
tree | a106950ee4f43546e32599485727d68157fe6428 | |
parent | 8d867cb718aaaac49d09aef6e783e419854ec864 [diff] [blame] |
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