Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0679a73 commit acb29aeCopy full SHA for acb29ae
Lib/code.py
@@ -216,7 +216,7 @@ def interact(self, banner=None):
216
sys.ps2
217
except AttributeError:
218
sys.ps2 = "... "
219
- cprt = 'Type "copyright", "credits" or "license" for more information.'
+ cprt = 'Type "help", "copyright", "credits" or "license" for more information.'
220
if banner is None:
221
self.write("Python %s on %s\n%s\n(%s)\n" %
222
(sys.version, sys.platform, cprt,
0 commit comments