Audaspace: Fix typo in speed of sound initialization value by lordloki (Jorge Bernal)

This commit is contained in:
2015-01-29 12:20:01 +13:00
parent d183e9b43b
commit d434815ff7
3 changed files with 3 additions and 3 deletions

View File

@@ -2588,7 +2588,7 @@ Device_set_listener_orientation(Device *self, PyObject *args, void* nothing)
PyDoc_STRVAR(M_aud_Device_speed_of_sound_doc,
"The speed of sound of the device.\n"
"The speed of sound in air is typically 343 m/s.");
"The speed of sound in air is typically 343.3 m/s.");
static PyObject *
Device_get_speed_of_sound(Device *self, void* nothing)