Skip to content

Commit

Permalink
Add reasoning for lazy import change in module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aatle committed Nov 27, 2024
1 parent e22b31f commit e72bd1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reST/ref/sndarray.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Each sample is an 8-bit or 16-bit integer, depending on the data format. A
stereo sound file has two values per sample, while a mono sound file only has
one.

.. versionchanged:: 2.5.3 sndarray module is lazily loaded
.. versionchanged:: 2.5.3 sndarray module is lazily loaded to avoid loading NumPy needlessly

.. function:: array

Expand Down
2 changes: 1 addition & 1 deletion docs/reST/ref/surfarray.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pixels from the surface and any changes performed to the array will make changes
in the surface. As this last functions share memory with the surface, this one
will be locked during the lifetime of the array.

.. versionchanged:: 2.5.3 surfarray module is lazily loaded
.. versionchanged:: 2.5.3 surfarray module is lazily loaded to avoid loading NumPy needlessly

.. function:: array2d

Expand Down

0 comments on commit e72bd1e

Please sign in to comment.