Skip to content

Commit 4ccd7e1

Browse files
committed
Fix docs implying the SDL ports were still on SDL2
1 parent 16cbcae commit 4ccd7e1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tcod/sdl/audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""SDL2 audio playback and recording tools.
1+
"""SDL audio playback and recording tools.
22
33
This module includes SDL's low-level audio API and a naive implementation of an SDL mixer.
44
If you have experience with audio mixing then you might be better off writing your own mixer or

tcod/sdl/render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""SDL2 Rendering functionality.
1+
"""SDL Rendering functionality.
22
33
.. versionadded:: 13.4
44
"""

tcod/sdl/video.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""SDL2 Window and Display handling.
1+
"""SDL Window and Display handling.
22
33
There are two main ways to access the SDL window.
44
Either you can use this module to open a window yourself bypassing libtcod's context,
@@ -167,7 +167,7 @@ def __init__(self, pixels: ArrayLike) -> None:
167167

168168

169169
class Window:
170-
"""An SDL2 Window object.
170+
"""An SDL Window object.
171171
172172
Created from :any:`tcod.sdl.video.new_window` when working with SDL directly.
173173

0 commit comments

Comments
 (0)