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.
2 parents 0508bbe + b731ecb commit 9aba990Copy full SHA for 9aba990
bpython/args.py
@@ -84,7 +84,7 @@ def parse(args, extras=None, ignore_stdin=False):
84
if options.version:
85
print 'bpython version', __version__,
86
print 'on top of Python', sys.version.split()[0]
87
- print ('(C) 2008-2011 Bob Farrell, Andreas Stuehrk et al. '
+ print ('(C) 2008-2012 Bob Farrell, Andreas Stuehrk et al. '
88
'See AUTHORS for detail.')
89
raise SystemExit
90
0 commit comments