Skip to content

Commit 0649103

Browse files
committed
fix: typo in sndarray docs calling it surfarray #3567
Signed-off-by: Farhan Tariq <[email protected]>
1 parent 9f52742 commit 0649103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reST/ref/sndarray.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
Functions to convert between NumPy arrays and Sound objects. This
1212
module will only be functional when pygame can use the external NumPy
13-
package. If NumPy can't be imported, ``surfarray`` becomes a ``MissingModule``
13+
package. If NumPy can't be imported, ``sndarray`` becomes a ``MissingModule``
1414
object.
1515

1616
Sound data is made of thousands of samples per second, and each sample is the

0 commit comments

Comments
 (0)