mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
www.google.com is better than google.com.
This commit is contained in:
parent
745b4609cb
commit
65f50156cd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ def main():
|
|||
arg = arg.replace(' ', '+')
|
||||
list.append(arg)
|
||||
s = '+'.join(list)
|
||||
url = "http://google.com/search?q=%s" % s
|
||||
url = "http://www.google.com/search?q=%s" % s
|
||||
webbrowser.open(url)
|
||||
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue