]> granicus.if.org Git - python/commitdiff
make default banner match what the real interpreter displays
authorSkip Montanaro <skip@pobox.com>
Mon, 25 Mar 2002 22:04:23 +0000 (22:04 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 25 Mar 2002 22:04:23 +0000 (22:04 +0000)
Lib/code.py

index 64b7bc086b77fc8b0e25b9f319e902fa5f3260fb..b7a5af908ce172c239857e51d6da056a170d3be3 100644 (file)
@@ -216,7 +216,7 @@ class InteractiveConsole(InteractiveInterpreter):
             sys.ps2
         except AttributeError:
             sys.ps2 = "... "
-        cprt = 'Type "copyright", "credits" or "license" for more information.'
+        cprt = 'Type "help", "copyright", "credits" or "license" for more information.'
         if banner is None:
             self.write("Python %s on %s\n%s\n(%s)\n" %
                        (sys.version, sys.platform, cprt,