We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39f531 commit 994637aCopy full SHA for 994637a
1 file changed
ev3dev/core.py
@@ -2973,7 +2973,7 @@ def beep(args=''):
2973
See `beep man page`_ and google `linux beep music`_ for inspiration.
2974
2975
.. _`beep man page`: https://linux.die.net/man/1/beep
2976
- .. _`linux beep music`: https://www.google.ru/search?q=linux+beep+music
+ .. _`linux beep music`: https://www.google.com/search?q=linux+beep+music
2977
"""
2978
with open(os.devnull, 'w') as n:
2979
return Popen('/usr/bin/beep %s' % args, stdout=n, shell=True)
0 commit comments