Skip to content

Commit 0a71874

Browse files
authored
Merge pull request #3568 from fani1016/sndarrary-doc-typo-fix
fix: typo in sndarray docs calling it surfarray #3567
2 parents 9f52742 + 0649103 commit 0a71874

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)