Skip to content

Commit

Permalink
This doctest isn't needed because tests/sound_test.py already does
Browse files Browse the repository at this point in the history
this and more. That test needs rewriting of course, but we can
delete this (and get Travis working without needing to have g
thingies installed.)
  • Loading branch information
pauleveritt committed May 16, 2018
1 parent d042dc0 commit 75f2498
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arcade/sound.py
Expand Up @@ -160,10 +160,8 @@ def _load_sound_other(filename: str) -> typing.Any:
"""
Ok, this doesn't do anything yet.
>>> import arcade
>>> my_sound = arcade.load_sound("arcade/examples/sounds/rockHit2.wav")
>>> arcade.play_sound(my_sound)
"""

return filename


Expand Down

0 comments on commit 75f2498

Please sign in to comment.