Skip to content

Commit

Permalink
Merge pull request #3257 from yunline/yunline-sndarray-docs-fix
Browse files Browse the repository at this point in the history
Add missing newline in sndarray.rst and cursors.rst
  • Loading branch information
damusss authored Dec 6, 2024
2 parents 64b5320 + 4b8f96c commit cf04890
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/reST/ref/cursors.rst
Original file line number Diff line number Diff line change
@@ -219,6 +219,7 @@ The following strings can be converted into cursor bitmaps with
| :sg:`copy() -> Cursor`
Returns a new Cursor object with the same data and hotspot as the original.

.. ## pygame.cursors.Cursor.copy ##
1 change: 1 addition & 0 deletions docs/reST/ref/sndarray.rst
Original file line number Diff line number Diff line change
@@ -62,6 +62,7 @@ one.
DEPRECATED: Uses the requested array type for the module functions. The
only supported arraytype is ``'numpy'``. Other values will raise ValueError.
Using this function will raise a ``DeprecationWarning``.

.. ## pygame.sndarray.use_arraytype ##
.. function:: get_arraytype

0 comments on commit cf04890

Please sign in to comment.