PyDoc: Fix typo in extern audaspace documentation

A PR has also been sent upstream:
https://github.com/neXyon/audaspace/pull/33
This commit is contained in:
Aaron Carlisle 2020-10-07 16:17:22 -04:00
parent 021b94f27c
commit b8f25dd698
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ PlaybackManager_dealloc(PlaybackManagerP* self)
}
PyDoc_STRVAR(M_aud_PlaybackManager_play_doc,
".. classmethod:: setVolume(sound, catKey)\n\n"
".. classmethod:: play(sound, catKey)\n\n"
" Plays a sound through the playback manager and assigns it to a category.\n\n"
" :arg sound: The sound to play.\n"
" :type sound: :class:`Sound`\n"