Skip to content

Commit 994637a

Browse files
committed
Replace google.ru with google.com in a link
1 parent f39f531 commit 994637a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ev3dev/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2973,7 +2973,7 @@ def beep(args=''):
29732973
See `beep man page`_ and google `linux beep music`_ for inspiration.
29742974
29752975
.. _`beep man page`: https://linux.die.net/man/1/beep
2976-
.. _`linux beep music`: https://www.google.ru/search?q=linux+beep+music
2976+
.. _`linux beep music`: https://www.google.com/search?q=linux+beep+music
29772977
"""
29782978
with open(os.devnull, 'w') as n:
29792979
return Popen('/usr/bin/beep %s' % args, stdout=n, shell=True)

0 commit comments

Comments
 (0)